#9C333A

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

Shades of Guardsman Red #9C333A

Tints of Guardsman Red #9C333A

Color information

#9C333A (or 0x9C333A) is unknown color: approx Guardsman Red. HEX triplet: 9C, 33 and 3A. RGB value is (156,51,58). Sum of RGB (Red+Green+Blue) = 156+51+58=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333A is #63CCC5. Grayscale: #535353. Windows color (decimal): -6540486 or 3814300. OLE color: 3814300.

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

Color convert

RGB1565158-
CMYK00.670.630.39
HSL356º50.72%40.59%-
HSV(B)356º67.31%61.18%-
XYZ15.669.745.06-
YUV83.19113.79179.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.87%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=58.87%
G=19.25%
B=21.89%

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
Decimal156515800.670.630.3935650.7240.59
Hex9C333A0433F271643329
Octal2346372010377475446351
Binary1001110011001111101001000011111111100111101100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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