#9C2436

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

Shades of Bright Red #9C2436

Tints of Bright Red #9C2436

Color information

#9C2436 (or 0x9C2436) is unknown color: approx Bright Red. HEX triplet: 9C, 24 and 36. RGB value is (156,36,54). Sum of RGB (Red+Green+Blue) = 156+36+54=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2436 is #63DBC9. Grayscale: #494949. Windows color (decimal): -6544330 or 3548316. OLE color: 3548316.

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

Color convert

RGB1563654-
CMYK00.770.650.39
HSL351º62.5%37.65%-
HSV(B)351º76.92%61.18%-
XYZ15.018.64.36-
YUV73.93116.76186.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.41%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=63.41%
G=14.63%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156365400.770.650.3935162.537.65
Hex9C243604D412715f3e26
Octal23444660115101475377646
Binary10011100100100110110010011011000001100111101011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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