#990A1A

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

Shades of Carmine #990A1A

Tints of Carmine #990A1A

Color information

#990A1A (or 0x990A1A) is unknown color: approx Carmine. HEX triplet: 99, 0A and 1A. RGB value is (153,10,26). Sum of RGB (Red+Green+Blue) = 153+10+26=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A1A is #66F5E5. Grayscale: #363636. Windows color (decimal): -6747622 or 1706649. OLE color: 1706649.

HSL color Cylindrical-coordinate representation of color #990A1A: hue angle of 353.29º 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 #990A1A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB1531026-
CMYK00.930.830.4
HSL353.29º87.73%31.96%-
HSV(B)353.29º93.46%60%-
XYZ13.437.061.63-
YUV54.58111.88198.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=80.95%
G=5.29%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153102600.930.830.4353.2987.7331.96
Hex99A1A05D53281615820
Octal231123201351235054113040
Binary100110011010110100101110110100111010001011000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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