#9C3538

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

Shades of Guardsman Red #9C3538

Tints of Guardsman Red #9C3538

Color information

#9C3538 (or 0x9C3538) is unknown color: approx Guardsman Red. HEX triplet: 9C, 35 and 38. RGB value is (156,53,56). Sum of RGB (Red+Green+Blue) = 156+53+56=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3538 is #63CAC7. Grayscale: #545454. Windows color (decimal): -6539976 or 3683740. OLE color: 3683740.

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

Color convert

RGB1565356-
CMYK00.660.640.39
HSL358.25º49.28%40.98%-
HSV(B)358.25º66.03%61.18%-
XYZ15.79.94.82-
YUV84.14112.12179.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.87%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=58.87%
G=20%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156535600.660.640.39358.2549.2840.98
Hex9C353804240271663129
Octal23465700102100475466151
Binary10011100110101111000010000101000000100111101100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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