#9C132E

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

Shades of Bright Red #9C132E

Tints of Bright Red #9C132E

Color information

#9C132E (or 0x9C132E) is unknown color: approx Bright Red. HEX triplet: 9C, 13 and 2E. RGB value is (156,19,46). Sum of RGB (Red+Green+Blue) = 156+19+46=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C132E is #63ECD1. Grayscale: #3F3F3F. Windows color (decimal): -6548690 or 3019676. OLE color: 3019676.

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

Color convert

RGB1561946-
CMYK00.880.710.39
HSL348.18º78.29%34.31%-
HSV(B)348.18º87.82%61.18%-
XYZ14.447.733.32-
YUV63.04118.39194.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.59%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=70.59%
G=8.60%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156194600.880.710.39348.1878.2934.31
Hex9C132E058472715c4e22
Octal234235601301074753411642
Binary10011100100111011100101100010001111001111010111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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