#990A26

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

Shades of Carmine #990A26

Tints of Carmine #990A26

Color information

#990A26 (or 0x990A26) is unknown color: approx Carmine. HEX triplet: 99, 0A and 26. RGB value is (153,10,38). Sum of RGB (Red+Green+Blue) = 153+10+38=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #990A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A26 is #66F5D9. Grayscale: #373737. Windows color (decimal): -6747610 or 2493081. OLE color: 2493081.

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

Color convert

RGB1531038-
CMYK00.930.750.4
HSL348.25º87.73%31.96%-
HSV(B)348.25º93.46%60%-
XYZ13.67.132.49-
YUV55.95117.88197.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=76.12%
G=4.98%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153103800.930.750.4348.2587.7331.96
Hex99A2605D4B2815c5820
Octal231124601351135053413040
Binary1001100110101001100101110110010111010001010111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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