#910E26

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

Shades of Carmine #910E26

Tints of Carmine #910E26

Color information

#910E26 (or 0x910E26) is unknown color: approx Carmine. HEX triplet: 91, 0E and 26. RGB value is (145,14,38). Sum of RGB (Red+Green+Blue) = 145+14+38=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E26 is #6EF1D9. Grayscale: #373737. Windows color (decimal): -7270874 or 2494097. OLE color: 2494097.

HSL color Cylindrical-coordinate representation of color #910E26: hue angle of 349.01º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E26 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1451438-
CMYK00.900.740.43
HSL349.01º82.39%31.18%-
HSV(B)349.01º90.34%56.86%-
XYZ12.186.472.44-
YUV55.9117.9191.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=73.60%
G=7.11%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145143800.900.740.43349.0182.3931.18
Hex91E2605A4A2B15d521f
Octal221164601321125353512237
Binary100100011110100110010110101001010101011101011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910E26; }

 p { color: rgb(145,14,38); }

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

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

 a { background-color: rgb(145,14,38); }

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

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

 span { border-color: rgb(145,14,38); }

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