#991215

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

Shades of Carmine #991215

Tints of Carmine #991215

Color information

#991215 (or 0x991215) is unknown color: approx Carmine. HEX triplet: 99, 12 and 15. RGB value is (153,18,21). Sum of RGB (Red+Green+Blue) = 153+18+21=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991215 is #66EDEA. Grayscale: #3A3A3A. Windows color (decimal): -6745579 or 1381017. OLE color: 1381017.

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

Color convert

RGB1531821-
CMYK00.880.860.4
HSL358.67º78.95%33.53%-
HSV(B)358.67º88.24%60%-
XYZ13.497.261.4-
YUV58.71106.73195.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=79.69%
G=9.38%
B=10.94%

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
Decimal153182100.880.860.4358.6778.9533.53
Hex99121505856281674f22
Octal231222501301265054711742
Binary1001100110010101010101100010101101010001011001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991215; }

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

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

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

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

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

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

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

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