#991224

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

Shades of Carmine #991224

Tints of Carmine #991224

Color information

#991224 (or 0x991224) is unknown color: approx Carmine. HEX triplet: 99, 12 and 24. RGB value is (153,18,36). Sum of RGB (Red+Green+Blue) = 153+18+36=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #991224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991224 is #66EDDB. Grayscale: #3C3C3C. Windows color (decimal): -6745564 or 2364057. OLE color: 2364057.

HSL color Cylindrical-coordinate representation of color #991224: hue angle of 352º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991224 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1531836-
CMYK00.880.760.4
HSL352º78.95%33.53%-
HSV(B)352º88.24%60%-
XYZ13.677.332.36-
YUV60.42114.23194.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=73.91%
G=8.70%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153183600.880.760.435278.9533.53
Hex9912240584C281604f22
Octal231224401301145054011742
Binary10011001100101001000101100010011001010001011000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991224; }

 p { color: rgb(153,18,36); }

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

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

 a { background-color: rgb(153,18,36); }

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

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

 span { border-color: rgb(153,18,36); }

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