#9C1232

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

Shades of Bright Red #9C1232

Tints of Bright Red #9C1232

Color information

#9C1232 (or 0x9C1232) is unknown color: approx Bright Red. HEX triplet: 9C, 12 and 32. RGB value is (156,18,50). Sum of RGB (Red+Green+Blue) = 156+18+50=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1232 is #63EDCD. Grayscale: #3E3E3E. Windows color (decimal): -6548942 or 3281564. OLE color: 3281564.

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

Color convert

RGB1561850-
CMYK00.880.680.39
HSL346.09º79.31%34.12%-
HSV(B)346.09º88.46%61.18%-
XYZ14.57.733.75-
YUV62.91120.72194.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.64%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=69.64%
G=8.04%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156185000.880.680.39346.0979.3134.12
Hex9C1232058442715a4f22
Octal234226201301044753211742
Binary10011100100101100100101100010001001001111010110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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