#990B26

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

Shades of Carmine #990B26

Tints of Carmine #990B26

Color information

#990B26 (or 0x990B26) is unknown color: approx Carmine. HEX triplet: 99, 0B and 26. RGB value is (153,11,38). Sum of RGB (Red+Green+Blue) = 153+11+38=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #990B26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B26 is #66F4D9. Grayscale: #383838. Windows color (decimal): -6747354 or 2493337. OLE color: 2493337.

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

Color convert

RGB1531138-
CMYK00.930.750.4
HSL348.59º86.59%32.16%-
HSV(B)348.59º92.81%60%-
XYZ13.617.152.5-
YUV56.54117.54196.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=75.74%
G=5.45%
B=18.81%

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
Decimal153113800.930.750.4348.5986.5932.16
Hex99B2605D4B2815d5720
Octal231134601351135053512740
Binary1001100110111001100101110110010111010001010111011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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