#990218

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

Shades of Carmine #990218

Tints of Carmine #990218

Color information

#990218 (or 0x990218) is unknown color: approx Carmine. HEX triplet: 99, 02 and 18. RGB value is (153,2,24). Sum of RGB (Red+Green+Blue) = 153+2+24=179 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.47% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 153 - color contains mainly: red. Hex color #990218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990218 is #66FDE7. Grayscale: #313131. Windows color (decimal): -6749672 or 1573529. OLE color: 1573529.

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

Color convert

RGB153224-
CMYK00.990.840.4
HSL351.26º97.42%30.39%-
HSV(B)351.26º98.69%60%-
XYZ13.326.881.49-
YUV49.66113.53201.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 85.47%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=85.47%
G=1.12%
B=13.41%

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
Decimal15322400.990.840.4351.2697.4230.39
Hex99218063542815f611e
Octal23123001431245053714136
Binary100110011011000011000111010100101000101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990218; }

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

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

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

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

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

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

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

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