#991222

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

Shades of Carmine #991222

Tints of Carmine #991222

Color information

#991222 (or 0x991222) is unknown color: approx Carmine. HEX triplet: 99, 12 and 22. RGB value is (153,18,34). Sum of RGB (Red+Green+Blue) = 153+18+34=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #991222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991222 is #66EDDD. Grayscale: #3C3C3C. Windows color (decimal): -6745566 or 2232985. OLE color: 2232985.

HSL color Cylindrical-coordinate representation of color #991222: hue angle of 352.89º 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 #991222 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1531834-
CMYK00.880.780.4
HSL352.89º78.95%33.53%-
HSV(B)352.89º88.24%60%-
XYZ13.647.322.21-
YUV60.19113.23194.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=74.63%
G=8.78%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153183400.880.780.4352.8978.9533.53
Hex9912220584E281614f22
Octal231224201301165054111742
Binary10011001100101000100101100010011101010001011000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991222; }

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

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

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

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

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

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

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

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