Html Css Color HEX #911016 Carmine

📋 copy color: '#911016'

red 145 ◦ green 16 ◦ blue 22

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

Shades of Carmine #911016

Tints of Carmine #911016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 79.23%
G = 8.74%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#911016 (or 0x911016) is known color: Carmine. HEX triplet: 91, 10 and 16. RGB value is (145,16,22). Sum of RGB (Red+Green+Blue) = 145+16+22=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911016 is #6EEFE9. Grayscale: #373737. Windows color (decimal): -7270378 or 1446033. OLE color: 1446033.

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

Color convert

RGB 145 16 22 -
CMYK 0 0.89 0.85 0.43
HSL 357.21º 0.8% 0.32% -
HSV(B) 357.21º 0.89% 0.57% -
XYZ 12.01 6.45 1.37 -
YUV 55.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 145 16 22 0 0.89 0.85 0.43 357.21 0.8 0.32
Hex 91 10 16 0 59 55 2B 165 50 20
Octal 221 20 26 0 131 125 53 545 120 40
Binary 10010001 10000 10110 0 1011001 1010101 101011 101100101 1010000 100000

Color Harmonies of #911016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911016

Black with #911016

Text Example


Text Example

White with #911016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911016; }

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

 H1.HeaderClassName
 {
   color: #911016;
 }
 .AnyTagClassName
 {
   color: #911016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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