#990D26

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

Shades of Carmine #990D26

Tints of Carmine #990D26

Color information

#990D26 (or 0x990D26) is unknown color: approx Carmine. HEX triplet: 99, 0D and 26. RGB value is (153,13,38). Sum of RGB (Red+Green+Blue) = 153+13+38=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #990D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D26 is #66F2D9. Grayscale: #393939. Windows color (decimal): -6746842 or 2493849. OLE color: 2493849.

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

Color convert

RGB1531338-
CMYK00.920.750.4
HSL349.29º84.34%32.55%-
HSV(B)349.29º91.5%60%-
XYZ13.637.22.51-
YUV57.71116.88195.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=75%
G=6.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153133800.920.750.4349.2984.3432.55
Hex99D2605C4B2815d5421
Octal231154601341135053512441
Binary1001100111011001100101110010010111010001010111011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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