#9c132b

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

Shades of Bright Red #9C132B

Tints of Bright Red #9C132B

Color information

#9C132B (or 0x9C132B) is unknown color: approx Bright Red. HEX triplet: 9C, 13 and 2B. RGB value is (156,19,43). Sum of RGB (Red+Green+Blue) = 156+19+43=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C132B is #63ECD4. Grayscale: #3E3E3E. Windows color (decimal): -6548693 or 2823068. OLE color: 2823068.

HSL color Cylindrical-coordinate representation of color #9C132B: hue angle of 349.49º degrees, saturation: 0.78, 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 #9C132B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1561943-
CMYK00.880.720.39
HSL349.49º78.29%34.31%-
HSV(B)349.49º87.82%61.18%-
XYZ14.387.713.02-
YUV62.7116.89194.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.56%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=71.56%
G=8.72%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156194300.880.720.39349.4978.2934.31
Hex9C132B058482715d4e22
Octal234235301301104753511642
Binary10011100100111010110101100010010001001111010111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c132b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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