#992E2F

Color #992E2F Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #992E2F

Tints of Guardsman Red #992E2F

Color information

#992E2F (or 0x992E2F) is unknown color: approx Guardsman Red. HEX triplet: 99, 2E and 2F. RGB value is (153,46,47). Sum of RGB (Red+Green+Blue) = 153+46+47=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E2F is #66D1D0. Grayscale: #4E4E4E. Windows color (decimal): -6738385 or 3092121. OLE color: 3092121.

HSL color Cylindrical-coordinate representation of color #992E2F: hue angle of 359.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E2F is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1534647-
CMYK00.700.690.4
HSL359.44º53.77%39.02%-
HSV(B)359.44º69.93%60%-
XYZ14.638.933.64-
YUV78.11110.45181.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=62.20%
G=18.70%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153464700.700.690.4359.4453.7739.02
Hex992E2F04645281673627
Octal23156570106105505476647
Binary10011001101110101111010001101000101101000101100111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E2F; }

 p { color: rgb(153,46,47); }

 H1.HeaderClassName
 {
   color: #992E2F;
 }
 .AnyTagClassName
 {
   color: #992E2F;
 }
</style>
background-color css

<style>
 a { background-color: #992E2F; }

 a { background-color: rgb(153,46,47); }

 div.DivClassName
 {
   background-color: #992E2F;
 }
 .BgClassName
 {
   background-color: #992E2F;
 }
</style>
border-color css

<style>
 span { border-color: #992E2F; }

 span { border-color: rgb(153,46,47); }

 td.TdClassName
 {
   border-color: #992E2F;
 }
 .TagClassName
 {
   border-color: #992E2F;
 }
</style>