Html Css Color HEX #911019 Carmine

📋 copy color: '#911019'

red 145 ◦ green 16 ◦ blue 25

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

Shades of Carmine #911019

Tints of Carmine #911019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 77.96%
G = 8.6%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#911019 (or 0x911019) is known color: Carmine. HEX triplet: 91, 10 and 19. RGB value is (145,16,25). Sum of RGB (Red+Green+Blue) = 145+16+25=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911019 is #6EEFE6. Grayscale: #373737. Windows color (decimal): -7270375 or 1642641. OLE color: 1642641.

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

Color convert

RGB 145 16 25 -
CMYK 0 0.89 0.83 0.43
HSL 355.81º 0.8% 0.32% -
HSV(B) 355.81º 0.89% 0.57% -
XYZ 12.04 6.46 1.53 -
YUV 55.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 145 16 25 0 0.89 0.83 0.43 355.81 0.8 0.32
Hex 91 10 19 0 59 53 2B 164 50 20
Octal 221 20 31 0 131 123 53 544 120 40
Binary 10010001 10000 11001 0 1011001 1010011 101011 101100100 1010000 100000

Color Harmonies of #911019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911019

Black with #911019

Text Example


Text Example

White with #911019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911019; }

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

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

background-color css

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

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

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

border-color css

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

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

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