#990F20

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

Shades of Carmine #990F20

Tints of Carmine #990F20

Color information

#990F20 (or 0x990F20) is unknown color: approx Carmine. HEX triplet: 99, 0F and 20. RGB value is (153,15,32). Sum of RGB (Red+Green+Blue) = 153+15+32=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #990F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F20 is #66F0DF. Grayscale: #3A3A3A. Windows color (decimal): -6746336 or 2101145. OLE color: 2101145.

HSL color Cylindrical-coordinate representation of color #990F20: hue angle of 352.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F20 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1531532-
CMYK00.900.790.4
HSL352.61º82.14%32.94%-
HSV(B)352.61º90.2%60%-
XYZ13.577.222.04-
YUV58.2113.22195.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=76.5%
G=7.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153200.900.790.4352.6182.1432.94
Hex99F2005A4F281615221
Octal231174001321175054112241
Binary1001100111111000000101101010011111010001011000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F20; }

 p { color: rgb(153,15,32); }

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

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

 a { background-color: rgb(153,15,32); }

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

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

 span { border-color: rgb(153,15,32); }

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