#9C2428

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

Shades of Bright Red #9C2428

Tints of Bright Red #9C2428

Color information

#9C2428 (or 0x9C2428) is unknown color: approx Bright Red. HEX triplet: 9C, 24 and 28. RGB value is (156,36,40). Sum of RGB (Red+Green+Blue) = 156+36+40=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2428 is #63DBD7. Grayscale: #484848. Windows color (decimal): -6544344 or 2630812. OLE color: 2630812.

HSL color Cylindrical-coordinate representation of color #9C2428: hue angle of 358º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2428 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1563640-
CMYK00.770.740.39
HSL358º62.5%37.65%-
HSV(B)358º76.92%61.18%-
XYZ14.728.482.87-
YUV72.34109.76187.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.24%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=67.24%
G=15.52%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156364000.770.740.3935862.537.65
Hex9C242804D4A271663e26
Octal23444500115112475467646
Binary10011100100100101000010011011001010100111101100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,36,40); }

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

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

 a { background-color: rgb(156,36,40); }

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

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

 span { border-color: rgb(156,36,40); }

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