#910316

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

Shades of Carmine #910316

Tints of Carmine #910316

Color information

#910316 (or 0x910316) is unknown color: approx Carmine. HEX triplet: 91, 03 and 16. RGB value is (145,3,22). Sum of RGB (Red+Green+Blue) = 145+3+22=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910316 is #6EFCE9. Grayscale: #2F2F2F. Windows color (decimal): -7273706 or 1442705. OLE color: 1442705.

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

Color convert

RGB145322-
CMYK00.980.850.43
HSL351.97º95.95%29.02%-
HSV(B)351.97º97.93%56.86%-
XYZ11.856.141.32-
YUV47.62113.54197.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 85.29%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=85.29%
G=1.76%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14532200.980.850.43351.9795.9529.02
Hex91316062552B160601d
Octal22132601421255354014035
Binary100100011110110011000101010101101011101100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910316; }

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

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

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

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

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

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

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

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