#9B333A

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

Shades of Guardsman Red #9B333A

Tints of Guardsman Red #9B333A

Color information

#9B333A (or 0x9B333A) is unknown color: approx Guardsman Red. HEX triplet: 9B, 33 and 3A. RGB value is (155,51,58). Sum of RGB (Red+Green+Blue) = 155+51+58=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333A is #64CCC5. Grayscale: #525252. Windows color (decimal): -6606022 or 3814299. OLE color: 3814299.

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

Color convert

RGB1555158-
CMYK00.670.630.39
HSL355.96º50.49%40.39%-
HSV(B)355.96º67.1%60.78%-
XYZ15.479.645.05-
YUV82.89113.96179.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=58.71%
G=19.32%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155515800.670.630.39355.9650.4940.39
Hex9B333A0433F271643228
Octal2336372010377475446250
Binary1001101111001111101001000011111111100111101100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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