#990F21

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

Shades of Carmine #990F21

Tints of Carmine #990F21

Color information

#990F21 (or 0x990F21) is unknown color: approx Carmine. HEX triplet: 99, 0F and 21. RGB value is (153,15,33). Sum of RGB (Red+Green+Blue) = 153+15+33=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #990F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F21 is #66F0DE. Grayscale: #3A3A3A. Windows color (decimal): -6746335 or 2166681. OLE color: 2166681.

HSL color Cylindrical-coordinate representation of color #990F21: hue angle of 352.17º 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 #990F21 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1531533-
CMYK00.900.780.4
HSL352.17º82.14%32.94%-
HSV(B)352.17º90.2%60%-
XYZ13.587.222.12-
YUV58.31113.72195.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=76.12%
G=7.46%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153300.900.780.4352.1782.1432.94
Hex99F2105A4E281605221
Octal231174101321165054012241
Binary1001100111111000010101101010011101010001011000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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