#991216

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

Shades of Carmine #991216

Tints of Carmine #991216

Color information

#991216 (or 0x991216) is unknown color: approx Carmine. HEX triplet: 99, 12 and 16. RGB value is (153,18,22). Sum of RGB (Red+Green+Blue) = 153+18+22=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #991216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991216 is #66EDE9. Grayscale: #3A3A3A. Windows color (decimal): -6745578 or 1446553. OLE color: 1446553.

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

Color convert

RGB1531822-
CMYK00.880.860.4
HSL358.22º78.95%33.53%-
HSV(B)358.22º88.24%60%-
XYZ13.57.261.45-
YUV58.82107.23195.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.27%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=79.27%
G=9.33%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153182200.880.860.4358.2278.9533.53
Hex99121605856281664f22
Octal231222601301265054611742
Binary1001100110010101100101100010101101010001011001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991216; }

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

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

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

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

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

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

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

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