#990021

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

Shades of Carmine #990021

Tints of Carmine #990021

Color information

#990021 (or 0x990021) is unknown color: approx Carmine. HEX triplet: 99, 00 and 21. RGB value is (153,0,33). Sum of RGB (Red+Green+Blue) = 153+0+33=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #990021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990021 is #66FFDE. Grayscale: #313131. Windows color (decimal): -6750175 or 2162841. OLE color: 2162841.

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

Color convert

RGB153033-
CMYK010.780.4
HSL347.06º100%30%-
HSV(B)347.06º100%60%-
XYZ13.416.882.06-
YUV49.51118.69201.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=82.26%
G=0%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153033010.780.4347.0610030
Hex990210644E2815b641e
Octal23104101441165053314436
Binary100110010100001011001001001110101000101011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990021; }

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

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

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

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

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

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

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

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