#9C1E32

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

Shades of Bright Red #9C1E32

Tints of Bright Red #9C1E32

Color information

#9C1E32 (or 0x9C1E32) is unknown color: approx Bright Red. HEX triplet: 9C, 1E and 32. RGB value is (156,30,50). Sum of RGB (Red+Green+Blue) = 156+30+50=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1E32 is #63E1CD. Grayscale: #464646. Windows color (decimal): -6545870 or 3284636. OLE color: 3284636.

HSL color Cylindrical-coordinate representation of color #9C1E32: hue angle of 350.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E32 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1563050-
CMYK00.810.680.39
HSL350.48º67.74%36.47%-
HSV(B)350.48º80.77%61.18%-
XYZ14.758.233.83-
YUV69.95116.74189.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=66.10%
G=12.71%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156305000.810.680.39350.4867.7436.47
Hex9C1E32051442715e4424
Octal234366201211044753610444
Binary10011100111101100100101000110001001001111010111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,50); }

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

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

 a { background-color: rgb(156,30,50); }

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

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

 span { border-color: rgb(156,30,50); }

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