#9C1A20

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

Shades of Bright Red #9C1A20

Tints of Bright Red #9C1A20

Color information

#9C1A20 (or 0x9C1A20) is unknown color: approx Bright Red. HEX triplet: 9C, 1A and 20. RGB value is (156,26,32). Sum of RGB (Red+Green+Blue) = 156+26+32=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1A20 is #63E5DF. Grayscale: #414141. Windows color (decimal): -6546912 or 2103964. OLE color: 2103964.

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

Color convert

RGB1562632-
CMYK00.830.790.39
HSL357.23º71.43%35.69%-
HSV(B)357.23º83.33%61.18%-
XYZ14.347.912.14-
YUV65.55109.07192.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.90%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=72.90%
G=12.15%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156263200.830.790.39357.2371.4335.69
Hex9C1A200534F271654724
Octal234324001231174754510744
Binary10011100110101000000101001110011111001111011001011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,32); }

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

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

 a { background-color: rgb(156,26,32); }

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

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

 span { border-color: rgb(156,26,32); }

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