Html Css Color HEX #891018 Carmine

📋 copy color: '#891018'

red 137 ◦ green 16 ◦ blue 24

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

Shades of Carmine #891018

Tints of Carmine #891018

RGB

 RED value IS 137 (53.91% from 255) = 77.4%

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

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 77.4%
G = 9.04%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891018 (or 0x891018) is known color: Carmine. HEX triplet: 89, 10 and 18. RGB value is (137,16,24). Sum of RGB (Red+Green+Blue) = 137+16+24=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891018 is #76EFE7. Grayscale: #353535. Windows color (decimal): -7794664 or 1577097. OLE color: 1577097.

HSL color Cylindrical-coordinate representation of color #891018: hue angle of 356.03º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891018 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 24 -
CMYK 0 0.88 0.82 0.46
HSL 356.03º 0.79% 0.3% -
HSV(B) 356.03º 0.88% 0.54% -
XYZ 10.67 5.75 1.41 -
YUV 53.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 137 16 24 0 0.88 0.82 0.46 356.03 0.79 0.3
Hex 89 10 18 0 58 52 2E 164 4F 1E
Octal 211 20 30 0 130 122 56 544 117 36
Binary 10001001 10000 11000 0 1011000 1010010 101110 101100100 1001111 11110

Color Harmonies of #891018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891018

Black with #891018

Text Example


Text Example

White with #891018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891018; }

 p { color: rgb(137,16,24); }

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

background-color css

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

 a { background-color: rgb(137,16,24); }

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

border-color css

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

 span { border-color: rgb(137,16,24); }

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