Html Css Color HEX #902F31 Guardsman Red

📋 copy color: '#902F31'

red 144 ◦ green 47 ◦ blue 49

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

Shades of Guardsman Red #902F31

Tints of Guardsman Red #902F31

RGB

 RED value IS 144 (56.64% from 255) = 60%

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

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

R = 60%
G = 19.58%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#902F31 (or 0x902F31) is known color: Guardsman Red. HEX triplet: 90, 2F and 31. RGB value is (144,47,49). Sum of RGB (Red+Green+Blue) = 144+47+49=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #902F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902F31 is #6FD0CE. Grayscale: #4C4C4C. Windows color (decimal): -7327951 or 3223440. OLE color: 3223440.

HSL color Cylindrical-coordinate representation of color #902F31: hue angle of 358.76º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #902F31 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 47 49 -
CMYK 0 0.67 0.66 0.44
HSL 358.76º 0.51% 0.37% -
HSV(B) 358.76º 0.67% 0.56% -
XYZ 13.07 8.18 3.8 -
YUV 76.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 144 47 49 0 0.67 0.66 0.44 358.76 0.51 0.37
Hex 90 2F 31 0 43 42 2C 167 33 25
Octal 220 57 61 0 103 102 54 547 63 45
Binary 10010000 101111 110001 0 1000011 1000010 101100 101100111 110011 100101

Color Harmonies of #902F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902F31

Black with #902F31

Text Example


Text Example

White with #902F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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