#9C303F

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

Shades of Guardsman Red #9C303F

Tints of Guardsman Red #9C303F

Color information

#9C303F (or 0x9C303F) is unknown color: approx Guardsman Red. HEX triplet: 9C, 30 and 3F. RGB value is (156,48,63). Sum of RGB (Red+Green+Blue) = 156+48+63=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C303F is #63CFC0. Grayscale: #525252. Windows color (decimal): -6541249 or 4141212. OLE color: 4141212.

HSL color Cylindrical-coordinate representation of color #9C303F: hue angle of 351.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C303F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1564863-
CMYK00.690.600.39
HSL351.67º52.94%40%-
HSV(B)351.67º69.23%61.18%-
XYZ15.669.545.72-
YUV82117.28180.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 63 (25% from 255) = 23.60%
R=58.43%
G=17.98%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156486300.690.600.39351.6752.9440
Hex9C303F0453C271603528
Octal2346077010574475406550
Binary1001110011000011111101000101111100100111101100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,63); }

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

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

 a { background-color: rgb(156,48,63); }

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

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

 span { border-color: rgb(156,48,63); }

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