Html Css Color HEX #911128 Carmine

📋 copy color: '#911128'

red 145 ◦ green 17 ◦ blue 40

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

Shades of Carmine #911128

Tints of Carmine #911128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 71.78%
G = 8.42%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911128 (or 0x911128) is known color: Carmine. HEX triplet: 91, 11 and 28. RGB value is (145,17,40). Sum of RGB (Red+Green+Blue) = 145+17+40=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #911128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911128 is #6EEED7. Grayscale: #393939. Windows color (decimal): -7270104 or 2625937. OLE color: 2625937.

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

Color convert

RGB 145 17 40 -
CMYK 0 0.88 0.72 0.43
HSL 349.22º 0.79% 0.32% -
HSV(B) 349.22º 0.88% 0.57% -
XYZ 12.26 6.57 2.63 -
YUV 57.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 145 17 40 0 0.88 0.72 0.43 349.22 0.79 0.32
Hex 91 11 28 0 58 48 2B 15D 4F 20
Octal 221 21 50 0 130 110 53 535 117 40
Binary 10010001 10001 101000 0 1011000 1001000 101011 101011101 1001111 100000

Color Harmonies of #911128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911128

Black with #911128

Text Example


Text Example

White with #911128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911128; }

 p { color: rgb(145,17,40); }

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

background-color css

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

 a { background-color: rgb(145,17,40); }

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

border-color css

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

 span { border-color: rgb(145,17,40); }

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