#990022

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

Shades of Carmine #990022

Tints of Carmine #990022

Color information

#990022 (or 0x990022) is unknown color: approx Carmine. HEX triplet: 99, 00 and 22. RGB value is (153,0,34). Sum of RGB (Red+Green+Blue) = 153+0+34=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990022 is #66FFDD. Grayscale: #313131. Windows color (decimal): -6750174 or 2228377. OLE color: 2228377.

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

Color convert

RGB153034-
CMYK010.780.4
HSL346.67º100%30%-
HSV(B)346.67º100%60%-
XYZ13.436.892.14-
YUV49.62119.19201.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153034010.780.4346.6710030
Hex990220644E2815b641e
Octal23104201441165053314436
Binary100110010100010011001001001110101000101011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990022; }

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

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

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

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

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

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

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

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