#9C152B

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

Shades of Bright Red #9C152B

Tints of Bright Red #9C152B

Color information

#9C152B (or 0x9C152B) is unknown color: approx Bright Red. HEX triplet: 9C, 15 and 2B. RGB value is (156,21,43). Sum of RGB (Red+Green+Blue) = 156+21+43=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C152B is #63EAD4. Grayscale: #3F3F3F. Windows color (decimal): -6548181 or 2823580. OLE color: 2823580.

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

Color convert

RGB1562143-
CMYK00.870.720.39
HSL350.22º76.27%34.71%-
HSV(B)350.22º86.54%61.18%-
XYZ14.417.783.03-
YUV63.87116.23193.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.91%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=70.91%
G=9.55%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156214300.870.720.39350.2276.2734.71
Hex9C152B057482715e4c23
Octal234255301271104753611443
Binary10011100101011010110101011110010001001111010111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,21,43); }

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

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

 a { background-color: rgb(156,21,43); }

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

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

 span { border-color: rgb(156,21,43); }

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