#990213

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

Shades of Carmine #990213

Tints of Carmine #990213

Color information

#990213 (or 0x990213) is unknown color: approx Carmine. HEX triplet: 99, 02 and 13. RGB value is (153,2,19). Sum of RGB (Red+Green+Blue) = 153+2+19=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990213 is #66FDEC. Grayscale: #313131. Windows color (decimal): -6749677 or 1245849. OLE color: 1245849.

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

Color convert

RGB153219-
CMYK00.990.880.4
HSL353.25º97.42%30.39%-
HSV(B)353.25º98.69%60%-
XYZ13.286.861.24-
YUV49.09111.03202.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 87.93%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=87.93%
G=1.15%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15321900.990.880.4353.2597.4230.39
Hex992130635828161611e
Octal23122301431305054114136
Binary100110011010011011000111011000101000101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990213; }

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

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

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

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

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

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

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

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