#910A14

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

Shades of Carmine #910A14

Tints of Carmine #910A14

Color information

#910A14 (or 0x910A14) is unknown color: approx Carmine. HEX triplet: 91, 0A and 14. RGB value is (145,10,20). Sum of RGB (Red+Green+Blue) = 145+10+20=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #910A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A14 is #6EF5EB. Grayscale: #333333. Windows color (decimal): -7271916 or 1313425. OLE color: 1313425.

HSL color Cylindrical-coordinate representation of color #910A14: hue angle of 355.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A14 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1451020-
CMYK00.930.860.43
HSL355.56º87.1%30.39%-
HSV(B)355.56º93.1%56.86%-
XYZ11.916.291.25-
YUV51.5110.23194.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 82.86%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=82.86%
G=5.71%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145102000.930.860.43355.5687.130.39
Hex91A1405D562B164571e
Octal221122401351265354412736
Binary10010001101010100010111011010110101011101100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,10,20); }

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

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

 a { background-color: rgb(145,10,20); }

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

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

 span { border-color: rgb(145,10,20); }

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