Html Css Color HEX #992F31 Guardsman Red

📋 copy color: '#992F31'

red 153 ◦ green 47 ◦ blue 49

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

Shades of Guardsman Red #992F31

Tints of Guardsman Red #992F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 61.45%
G = 18.88%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#992F31 (or 0x992F31) is known color: Guardsman Red. HEX triplet: 99, 2F and 31. RGB value is (153,47,49). Sum of RGB (Red+Green+Blue) = 153+47+49=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #992F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F31 is #66D0CE. Grayscale: #4F4F4F. Windows color (decimal): -6738127 or 3223449. OLE color: 3223449.

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

Color convert

RGB 153 47 49 -
CMYK 0 0.69 0.68 0.4
HSL 358.87º 0.53% 0.39% -
HSV(B) 358.87º 0.69% 0.6% -
XYZ 14.71 9.03 3.87 -
YUV 78.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 153 47 49 0 0.69 0.68 0.4 358.87 0.53 0.39
Hex 99 2F 31 0 45 44 28 167 35 27
Octal 231 57 61 0 105 104 50 547 65 47
Binary 10011001 101111 110001 0 1000101 1000100 101000 101100111 110101 100111

Color Harmonies of #992F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F31

Black with #992F31

Text Example


Text Example

White with #992F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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