Html Css Color HEX #911028 Carmine

📋 copy color: '#911028'

red 145 ◦ green 16 ◦ blue 40

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

Shades of Carmine #911028

Tints of Carmine #911028

RGB

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

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

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

R = 72.14%
G = 7.96%
B = 19.9%

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

#911028 (or 0x911028) is known color: Carmine. HEX triplet: 91, 10 and 28. RGB value is (145,16,40). Sum of RGB (Red+Green+Blue) = 145+16+40=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #911028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911028 is #6EEFD7. Grayscale: #393939. Windows color (decimal): -7270360 or 2625681. OLE color: 2625681.

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

Color convert

RGB 145 16 40 -
CMYK 0 0.89 0.72 0.43
HSL 348.84º 0.8% 0.32% -
HSV(B) 348.84º 0.89% 0.57% -
XYZ 12.25 6.54 2.63 -
YUV 57.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 145 16 40 0 0.89 0.72 0.43 348.84 0.8 0.32
Hex 91 10 28 0 59 48 2B 15D 50 20
Octal 221 20 50 0 131 110 53 535 120 40
Binary 10010001 10000 101000 0 1011001 1001000 101011 101011101 1010000 100000

Color Harmonies of #911028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911028

Black with #911028

Text Example


Text Example

White with #911028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911028; }

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

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

background-color css

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

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

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

border-color css

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

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

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