Html Css Color HEX #911017 Carmine

📋 copy color: '#911017'

red 145 ◦ green 16 ◦ blue 23

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

Shades of Carmine #911017

Tints of Carmine #911017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 78.8%
G = 8.7%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#911017 (or 0x911017) is known color: Carmine. HEX triplet: 91, 10 and 17. RGB value is (145,16,23). Sum of RGB (Red+Green+Blue) = 145+16+23=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #911017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911017 is #6EEFE8. Grayscale: #373737. Windows color (decimal): -7270377 or 1511569. OLE color: 1511569.

HSL color Cylindrical-coordinate representation of color #911017: hue angle of 356.74º 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 #911017 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 23 -
CMYK 0 0.89 0.84 0.43
HSL 356.74º 0.8% 0.32% -
HSV(B) 356.74º 0.89% 0.57% -
XYZ 12.02 6.45 1.42 -
YUV 55.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 145 16 23 0 0.89 0.84 0.43 356.74 0.8 0.32
Hex 91 10 17 0 59 54 2B 165 50 20
Octal 221 20 27 0 131 124 53 545 120 40
Binary 10010001 10000 10111 0 1011001 1010100 101011 101100101 1010000 100000

Color Harmonies of #911017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911017

Black with #911017

Text Example


Text Example

White with #911017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911017; }

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

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

background-color css

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

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

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

border-color css

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

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

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