Html Css Color HEX #9B3136 Guardsman Red

📋 copy color: '#9B3136'

red 155 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #9B3136

Tints of Guardsman Red #9B3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 60.08%
G = 18.99%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B3136 (or 0x9B3136) is known color: Guardsman Red. HEX triplet: 9B, 31 and 36. RGB value is (155,49,54). Sum of RGB (Red+Green+Blue) = 155+49+54=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3136 is #64CEC9. Grayscale: #515151. Windows color (decimal): -6606538 or 3551643. OLE color: 3551643.

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

Color convert

RGB 155 49 54 -
CMYK 0 0.68 0.65 0.39
HSL 357.17º 0.52% 0.4% -
HSV(B) 357.17º 0.68% 0.61% -
XYZ 15.28 9.43 4.51 -
YUV 81.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 155 49 54 0 0.68 0.65 0.39 357.17 0.52 0.4
Hex 9B 31 36 0 44 41 27 165 34 28
Octal 233 61 66 0 104 101 47 545 64 50
Binary 10011011 110001 110110 0 1000100 1000001 100111 101100101 110100 101000

Color Harmonies of #9B3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3136

Black with #9B3136

Text Example


Text Example

White with #9B3136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,54); }

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

background-color css

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

 a { background-color: rgb(155,49,54); }

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

border-color css

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

 span { border-color: rgb(155,49,54); }

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