#990219

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

Shades of Carmine #990219

Tints of Carmine #990219

Color information

#990219 (or 0x990219) is unknown color: approx Carmine. HEX triplet: 99, 02 and 19. RGB value is (153,2,25). Sum of RGB (Red+Green+Blue) = 153+2+25=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990219 is #66FDE6. Grayscale: #313131. Windows color (decimal): -6749671 or 1639065. OLE color: 1639065.

HSL color Cylindrical-coordinate representation of color #990219: hue angle of 350.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990219 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB153225-
CMYK00.990.840.4
HSL350.86º97.42%30.39%-
HSV(B)350.86º98.69%60%-
XYZ13.336.891.55-
YUV49.77114.03201.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 85%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=85%
G=1.11%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15322500.990.840.4350.8697.4230.39
Hex99219063542815f611e
Octal23123101431245053714136
Binary100110011011001011000111010100101000101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990219; }

 p { color: rgb(153,2,25); }

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

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

 a { background-color: rgb(153,2,25); }

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

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

 span { border-color: rgb(153,2,25); }

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