Html Css Color HEX #992D34 Guardsman Red

📋 copy color: '#992D34'

red 153 ◦ green 45 ◦ blue 52

#992D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #992D34

Tints of Guardsman Red #992D34

RGB

 RED value IS 153 (60.16% from 255) = 61.2%

 GREEN value IS 45 (17.97% from 255) = 18%

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 61.2%
G = 18%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#992D34 (or 0x992D34) is known color: Guardsman Red. HEX triplet: 99, 2D and 34. RGB value is (153,45,52). Sum of RGB (Red+Green+Blue) = 153+45+52=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #992D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D34 is #66D2CB. Grayscale: #4E4E4E. Windows color (decimal): -6738636 or 3419545. OLE color: 3419545.

HSL color Cylindrical-coordinate representation of color #992D34: hue angle of 356.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D34 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 52 -
CMYK 0 0.71 0.66 0.4
HSL 356.11º 0.55% 0.39% -
HSV(B) 356.11º 0.71% 0.6% -
XYZ 14.7 8.9 4.19 -
YUV 78.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 153 45 52 0 0.71 0.66 0.4 356.11 0.55 0.39
Hex 99 2D 34 0 47 42 28 164 37 27
Octal 231 55 64 0 107 102 50 544 67 47
Binary 10011001 101101 110100 0 1000111 1000010 101000 101100100 110111 100111

Color Harmonies of #992D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D34

Black with #992D34

Text Example


Text Example

White with #992D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,45,52); }

 H1.HeaderClassName
 {
   color: #992D34;
 }
 .AnyTagClassName
 {
   color: #992D34;
 }
</style>

background-color css

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

 a { background-color: rgb(153,45,52); }

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

border-color css

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

 span { border-color: rgb(153,45,52); }

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