Html Css Color HEX #911029 Carmine

📋 copy color: '#911029'

red 145 ◦ green 16 ◦ blue 41

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

Shades of Carmine #911029

Tints of Carmine #911029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 71.78%
G = 7.92%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911029 (or 0x911029) is known color: Carmine. HEX triplet: 91, 10 and 29. RGB value is (145,16,41). Sum of RGB (Red+Green+Blue) = 145+16+41=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #911029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911029 is #6EEFD6. Grayscale: #393939. Windows color (decimal): -7270359 or 2691217. OLE color: 2691217.

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

Color convert

RGB 145 16 41 -
CMYK 0 0.89 0.72 0.43
HSL 348.37º 0.8% 0.32% -
HSV(B) 348.37º 0.89% 0.57% -
XYZ 12.26 6.55 2.72 -
YUV 57.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 145 16 41 0 0.89 0.72 0.43 348.37 0.8 0.32
Hex 91 10 29 0 59 48 2B 15C 50 20
Octal 221 20 51 0 131 110 53 534 120 40
Binary 10010001 10000 101001 0 1011001 1001000 101011 101011100 1010000 100000

Color Harmonies of #911029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911029

Black with #911029

Text Example


Text Example

White with #911029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911029; }

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

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

background-color css

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

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

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

border-color css

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

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

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