Html Css Color HEX #910216 Carmine

📋 copy color: '#910216'

red 145 ◦ green 2 ◦ blue 22

#910216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #910216

Tints of Carmine #910216

RGB

 RED value IS 145 (57.03% from 255) = 85.8%

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 85.8%
G = 1.18%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#910216 (or 0x910216) is known color: 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

RGB 145 2 22 -
CMYK 0 0.99 0.85 0.43
HSL 351.61º 0.97% 0.29% -
HSV(B) 351.61º 0.99% 0.57% -
XYZ 11.84 6.12 1.32 -
YUV 47.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 145 2 22 0 0.99 0.85 0.43 351.61 0.97 0.29
Hex 91 2 16 0 63 55 2B 160 61 1D
Octal 221 2 26 0 143 125 53 540 141 35
Binary 10010001 10 10110 0 1100011 1010101 101011 101100000 1100001 11101

Color Harmonies of #910216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910216

Black with #910216

Text Example


Text Example

White with #910216

Text Example


Text Example

HTML Codes & Css Web 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>