#991126

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

Shades of Carmine #991126

Tints of Carmine #991126

Color information

#991126 (or 0x991126) is unknown color: approx Carmine. HEX triplet: 99, 11 and 26. RGB value is (153,17,38). Sum of RGB (Red+Green+Blue) = 153+17+38=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #991126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991126 is #66EED9. Grayscale: #3C3C3C. Windows color (decimal): -6745818 or 2494873. OLE color: 2494873.

HSL color Cylindrical-coordinate representation of color #991126: hue angle of 350.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991126 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1531738-
CMYK00.890.750.4
HSL350.74º80%33.33%-
HSV(B)350.74º88.89%60%-
XYZ13.697.312.52-
YUV60.06115.56194.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=73.56%
G=8.17%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153173800.890.750.4350.748033.33
Hex9911260594B2815f5021
Octal231214601311135053712041
Binary10011001100011001100101100110010111010001010111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991126; }

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

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

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

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

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

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

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

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