#9C353A

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

Shades of Guardsman Red #9C353A

Tints of Guardsman Red #9C353A

Color information

#9C353A (or 0x9C353A) is unknown color: approx Guardsman Red. HEX triplet: 9C, 35 and 3A. RGB value is (156,53,58). Sum of RGB (Red+Green+Blue) = 156+53+58=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C353A is #63CAC5. Grayscale: #545454. Windows color (decimal): -6539974 or 3814812. OLE color: 3814812.

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

Color convert

RGB1565358-
CMYK00.660.630.39
HSL357.09º49.28%40.98%-
HSV(B)357.09º66.03%61.18%-
XYZ15.759.925.09-
YUV84.37113.12179.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=58.43%
G=19.85%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156535800.660.630.39357.0949.2840.98
Hex9C353A0423F271653129
Octal2346572010277475456151
Binary1001110011010111101001000010111111100111101100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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