#9C232C

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

Shades of Bright Red #9C232C

Tints of Bright Red #9C232C

Color information

#9C232C (or 0x9C232C) is unknown color: approx Bright Red. HEX triplet: 9C, 23 and 2C. RGB value is (156,35,44). Sum of RGB (Red+Green+Blue) = 156+35+44=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C232C is #63DCD3. Grayscale: #484848. Windows color (decimal): -6544596 or 2892700. OLE color: 2892700.

HSL color Cylindrical-coordinate representation of color #9C232C: hue angle of 355.54º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C232C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1563544-
CMYK00.780.720.39
HSL355.54º63.35%37.45%-
HSV(B)355.54º77.56%61.18%-
XYZ14.778.453.24-
YUV72.2112.09187.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.38%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=66.38%
G=14.89%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156354400.780.720.39355.5463.3537.45
Hex9C232C04E48271643f25
Octal23443540116110475447745
Binary10011100100011101100010011101001000100111101100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,35,44); }

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

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

 a { background-color: rgb(156,35,44); }

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

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

 span { border-color: rgb(156,35,44); }

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