Html Css Color HEX #8C1118 Carmine

📋 copy color: '#8C1118'

red 140 ◦ green 17 ◦ blue 24

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

Shades of Carmine #8C1118

Tints of Carmine #8C1118

RGB

 RED value IS 140 (55.08% from 255) = 77.35%

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

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

R = 77.35%
G = 9.39%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C1118 (or 0x8C1118) is known color: Carmine. HEX triplet: 8C, 11 and 18. RGB value is (140,17,24). Sum of RGB (Red+Green+Blue) = 140+17+24=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1118 is #73EEE7. Grayscale: #363636. Windows color (decimal): -7597800 or 1577356. OLE color: 1577356.

HSL color Cylindrical-coordinate representation of color #8C1118: hue angle of 356.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1118 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 24 -
CMYK 0 0.88 0.83 0.45
HSL 356.59º 0.78% 0.31% -
HSV(B) 356.59º 0.88% 0.55% -
XYZ 11.18 6.04 1.44 -
YUV 54.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 140 17 24 0 0.88 0.83 0.45 356.59 0.78 0.31
Hex 8C 11 18 0 58 53 2D 165 4E 1F
Octal 214 21 30 0 130 123 55 545 116 37
Binary 10001100 10001 11000 0 1011000 1010011 101101 101100101 1001110 11111

Color Harmonies of #8C1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1118

Black with #8C1118

Text Example


Text Example

White with #8C1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C1118; }

 p { color: rgb(140,17,24); }

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

background-color css

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

 a { background-color: rgb(140,17,24); }

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

border-color css

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

 span { border-color: rgb(140,17,24); }

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