#990020

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

Shades of Carmine #990020

Tints of Carmine #990020

Color information

#990020 (or 0x990020) is unknown color: approx Carmine. HEX triplet: 99, 00 and 20. RGB value is (153,0,32). Sum of RGB (Red+Green+Blue) = 153+0+32=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #990020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990020 is #66FFDF. Grayscale: #313131. Windows color (decimal): -6750176 or 2097305. OLE color: 2097305.

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

Color convert

RGB153032-
CMYK010.790.4
HSL347.45º100%30%-
HSV(B)347.45º100%60%-
XYZ13.46.881.99-
YUV49.4118.19201.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=82.70%
G=0%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153032010.790.4347.4510030
Hex990200644F2815b641e
Octal23104001441175053314436
Binary100110010100000011001001001111101000101011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990020; }

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

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

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

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

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

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

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

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