Html Css Color HEX #992A32 Guardsman Red

📋 copy color: '#992A32'

red 153 ◦ green 42 ◦ blue 50

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

Shades of Guardsman Red #992A32

Tints of Guardsman Red #992A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.14%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 62.45%
G = 17.14%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#992A32 (or 0x992A32) is known color: Guardsman Red. HEX triplet: 99, 2A and 32. RGB value is (153,42,50). Sum of RGB (Red+Green+Blue) = 153+42+50=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #992A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A32 is #66D5CD. Grayscale: #4C4C4C. Windows color (decimal): -6739406 or 3287705. OLE color: 3287705.

HSL color Cylindrical-coordinate representation of color #992A32: hue angle of 355.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A32 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 50 -
CMYK 0 0.73 0.67 0.4
HSL 355.68º 0.57% 0.38% -
HSV(B) 355.68º 0.73% 0.6% -
XYZ 14.54 8.66 3.92 -
YUV 76.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 153 42 50 0 0.73 0.67 0.4 355.68 0.57 0.38
Hex 99 2A 32 0 49 43 28 164 39 26
Octal 231 52 62 0 111 103 50 544 71 46
Binary 10011001 101010 110010 0 1001001 1000011 101000 101100100 111001 100110

Color Harmonies of #992A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A32

Black with #992A32

Text Example


Text Example

White with #992A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,42,50); }

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

background-color css

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

 a { background-color: rgb(153,42,50); }

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

border-color css

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

 span { border-color: rgb(153,42,50); }

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