#990A2C

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

Shades of Carmine #990A2C

Tints of Carmine #990A2C

Color information

#990A2C (or 0x990A2C) is unknown color: approx Carmine. HEX triplet: 99, 0A and 2C. RGB value is (153,10,44). Sum of RGB (Red+Green+Blue) = 153+10+44=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A2C is #66F5D3. Grayscale: #383838. Windows color (decimal): -6747604 or 2886297. OLE color: 2886297.

HSL color Cylindrical-coordinate representation of color #990A2C: hue angle of 345.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A2C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB1531044-
CMYK00.930.710.4
HSL345.73º87.73%31.96%-
HSV(B)345.73º93.46%60%-
XYZ13.77.173.04-
YUV56.63120.88196.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=73.91%
G=4.83%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153104400.930.710.4345.7387.7331.96
Hex99A2C05D472815a5820
Octal231125401351075053213040
Binary1001100110101011000101110110001111010001010110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,10,44); }

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

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

 a { background-color: rgb(153,10,44); }

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

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

 span { border-color: rgb(153,10,44); }

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