#9B3237

Color #9B3237 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9B3237

Tints of Guardsman Red #9B3237

Color information

#9B3237 (or 0x9B3237) is unknown color: approx Guardsman Red. HEX triplet: 9B, 32 and 37. RGB value is (155,50,55). Sum of RGB (Red+Green+Blue) = 155+50+55=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3237 is #64CDC8. Grayscale: #525252. Windows color (decimal): -6606281 or 3617435. OLE color: 3617435.

HSL color Cylindrical-coordinate representation of color #9B3237: hue angle of 357.14º degrees, saturation: 0.51, 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 #9B3237 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1555055-
CMYK00.680.650.39
HSL357.14º51.22%40.2%-
HSV(B)357.14º67.74%60.78%-
XYZ15.359.534.64-
YUV81.96112.79180.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.62%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 55 (21.88% from 255) = 21.15%
R=59.62%
G=19.23%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155505500.680.650.39357.1451.2240.2
Hex9B323704441271653328
Octal23362670104101475456350
Binary10011011110010110111010001001000001100111101100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B3237;
 }
 .AnyTagClassName
 {
   color: #9B3237;
 }
</style>
background-color css

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

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

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

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

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

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