Html Css Color HEX #8C111C Carmine

📋 copy color: '#8C111C'

red 140 ◦ green 17 ◦ blue 28

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

Shades of Carmine #8C111C

Tints of Carmine #8C111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 75.68%
G = 9.19%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C111C (or 0x8C111C) is known color: Carmine. HEX triplet: 8C, 11 and 1C. RGB value is (140,17,28). Sum of RGB (Red+Green+Blue) = 140+17+28=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C111C is #73EEE3. Grayscale: #373737. Windows color (decimal): -7597796 or 1839500. OLE color: 1839500.

HSL color Cylindrical-coordinate representation of color #8C111C: hue angle of 354.63º 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 #8C111C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 28 -
CMYK 0 0.88 0.80 0.45
HSL 354.63º 0.78% 0.31% -
HSV(B) 354.63º 0.88% 0.55% -
XYZ 11.23 6.06 1.68 -
YUV 55.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 140 17 28 0 0.88 0.80 0.45 354.63 0.78 0.31
Hex 8C 11 1C 0 58 50 2D 163 4E 1F
Octal 214 21 34 0 130 120 55 543 116 37
Binary 10001100 10001 11100 0 1011000 1010000 101101 101100011 1001110 11111

Color Harmonies of #8C111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C111C

Black with #8C111C

Text Example


Text Example

White with #8C111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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