#9B3337

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

Shades of Guardsman Red #9B3337

Tints of Guardsman Red #9B3337

Color information

#9B3337 (or 0x9B3337) is unknown color: approx Guardsman Red. HEX triplet: 9B, 33 and 37. RGB value is (155,51,55). Sum of RGB (Red+Green+Blue) = 155+51+55=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3337 is #64CCC8. Grayscale: #525252. Windows color (decimal): -6606025 or 3617691. OLE color: 3617691.

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

Color convert

RGB1555155-
CMYK00.670.650.39
HSL357.69º50.49%40.39%-
HSV(B)357.69º67.1%60.78%-
XYZ15.399.614.66-
YUV82.55112.46179.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=59.39%
G=19.54%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155515500.670.650.39357.6950.4940.39
Hex9B333704341271663228
Octal23363670103101475466250
Binary10011011110011110111010000111000001100111101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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