#9C1522

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

Shades of Carmine #9C1522

Tints of Carmine #9C1522

Color information

#9C1522 (or 0x9C1522) is unknown color: approx Carmine. HEX triplet: 9C, 15 and 22. RGB value is (156,21,34). Sum of RGB (Red+Green+Blue) = 156+21+34=211 (27% of max value = 765). Red value is 156 (61.33% from 255 or 73.93% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1522 is #63EADD. Grayscale: #3E3E3E. Windows color (decimal): -6548190 or 2233756. OLE color: 2233756.

HSL color Cylindrical-coordinate representation of color #9C1522: hue angle of 354.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 #9C1522 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1562134-
CMYK00.870.780.39
HSL354.22º76.27%34.71%-
HSV(B)354.22º86.54%61.18%-
XYZ14.277.722.25-
YUV62.85111.73194.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.93%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=73.93%
G=9.95%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156213400.870.780.39354.2276.2734.71
Hex9C15220574E271624c23
Octal234254201271164754211443
Binary10011100101011000100101011110011101001111011000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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