#9C3338

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

Shades of Guardsman Red #9C3338

Tints of Guardsman Red #9C3338

Color information

#9C3338 (or 0x9C3338) is unknown color: approx Guardsman Red. HEX triplet: 9C, 33 and 38. RGB value is (156,51,56). Sum of RGB (Red+Green+Blue) = 156+51+56=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3338 is #63CCC7. Grayscale: #535353. Windows color (decimal): -6540488 or 3683228. OLE color: 3683228.

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

Color convert

RGB1565156-
CMYK00.670.640.39
HSL357.14º50.72%40.59%-
HSV(B)357.14º67.31%61.18%-
XYZ15.619.724.8-
YUV82.96112.79180.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=59.32%
G=19.39%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156515600.670.640.39357.1450.7240.59
Hex9C333804340271653329
Octal23463700103100475456351
Binary10011100110011111000010000111000000100111101100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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