#9B333B

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

Shades of Guardsman Red #9B333B

Tints of Guardsman Red #9B333B

Color information

#9B333B (or 0x9B333B) is unknown color: approx Guardsman Red. HEX triplet: 9B, 33 and 3B. RGB value is (155,51,59). Sum of RGB (Red+Green+Blue) = 155+51+59=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333B is #64CCC4. Grayscale: #535353. Windows color (decimal): -6606021 or 3879835. OLE color: 3879835.

HSL color Cylindrical-coordinate representation of color #9B333B: hue angle of 355.38º 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 #9B333B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1555159-
CMYK00.670.620.39
HSL355.38º50.49%40.39%-
HSV(B)355.38º67.1%60.78%-
XYZ15.499.655.18-
YUV83.01114.46179.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=58.49%
G=19.25%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155515900.670.620.39355.3850.4940.39
Hex9B333B0433E271633228
Octal2336373010376475436250
Binary1001101111001111101101000011111110100111101100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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