Html Css Color HEX #9B2F37 Guardsman Red

📋 copy color: '#9B2F37'

red 155 ◦ green 47 ◦ blue 55

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

Shades of Guardsman Red #9B2F37

Tints of Guardsman Red #9B2F37

RGB

 RED value IS 155 (60.94% from 255) = 60.31%

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

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 60.31%
G = 18.29%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B2F37 (or 0x9B2F37) is known color: Guardsman Red. HEX triplet: 9B, 2F and 37. RGB value is (155,47,55). Sum of RGB (Red+Green+Blue) = 155+47+55=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F37 is #64D0C8. Grayscale: #505050. Windows color (decimal): -6607049 or 3616667. OLE color: 3616667.

HSL color Cylindrical-coordinate representation of color #9B2F37: hue angle of 355.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F37 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 47 55 -
CMYK 0 0.70 0.65 0.39
HSL 355.56º 0.53% 0.4% -
HSV(B) 355.56º 0.7% 0.61% -
XYZ 15.22 9.28 4.6 -
YUV 80.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 155 47 55 0 0.70 0.65 0.39 355.56 0.53 0.4
Hex 9B 2F 37 0 46 41 27 164 35 28
Octal 233 57 67 0 106 101 47 544 65 50
Binary 10011011 101111 110111 0 1000110 1000001 100111 101100100 110101 101000

Color Harmonies of #9B2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2F37

Black with #9B2F37

Text Example


Text Example

White with #9B2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2F37; }

 p { color: rgb(155,47,55); }

 H1.HeaderClassName
 {
   color: #9B2F37;
 }
 .AnyTagClassName
 {
   color: #9B2F37;
 }
</style>

background-color css

<style>
 a { background-color: #9B2F37; }

 a { background-color: rgb(155,47,55); }

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

border-color css

<style>
 span { border-color: #9B2F37; }

 span { border-color: rgb(155,47,55); }

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