#910216

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

Shades of Carmine #910216

Tints of Carmine #910216

Color information

#910216 (or 0x910216) is unknown color: approx Carmine. HEX triplet: 91, 02 and 16. RGB value is (145,2,22). Sum of RGB (Red+Green+Blue) = 145+2+22=169 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.80% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 145 - color contains mainly: red. Hex color #910216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910216 is #6EFDE9. Grayscale: #2F2F2F. Windows color (decimal): -7273962 or 1442449. OLE color: 1442449.

HSL color Cylindrical-coordinate representation of color #910216: hue angle of 351.61º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910216 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB145222-
CMYK00.990.850.43
HSL351.61º97.28%28.82%-
HSV(B)351.61º98.62%56.86%-
XYZ11.846.121.32-
YUV47.04113.88197.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 85.80%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=85.80%
G=1.18%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14522200.990.850.43351.6197.2828.82
Hex91216063552B160611d
Octal22122601431255354014135
Binary100100011010110011000111010101101011101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910216; }

 p { color: rgb(145,2,22); }

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

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

 a { background-color: rgb(145,2,22); }

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

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

 span { border-color: rgb(145,2,22); }

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