#990D22

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

Shades of Carmine #990D22

Tints of Carmine #990D22

Color information

#990D22 (or 0x990D22) is unknown color: approx Carmine. HEX triplet: 99, 0D and 22. RGB value is (153,13,34). Sum of RGB (Red+Green+Blue) = 153+13+34=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #990D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D22 is #66F2DD. Grayscale: #393939. Windows color (decimal): -6746846 or 2231705. OLE color: 2231705.

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

Color convert

RGB1531334-
CMYK00.920.780.4
HSL351º84.34%32.55%-
HSV(B)351º91.5%60%-
XYZ13.577.182.18-
YUV57.25114.88196.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 34 (13.67% from 255) = 17%
R=76.5%
G=6.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153133400.920.780.435184.3432.55
Hex99D2205C4E2815f5421
Octal231154201341165053712441
Binary1001100111011000100101110010011101010001010111111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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