Html Css Color HEX #8C1120 Carmine

📋 copy color: '#8C1120'

red 140 ◦ green 17 ◦ blue 32

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

Shades of Carmine #8C1120

Tints of Carmine #8C1120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 74.07%
G = 8.99%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C1120 (or 0x8C1120) is known color: Carmine. HEX triplet: 8C, 11 and 20. RGB value is (140,17,32). Sum of RGB (Red+Green+Blue) = 140+17+32=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1120 is #73EEDF. Grayscale: #373737. Windows color (decimal): -7597792 or 2101644. OLE color: 2101644.

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

Color convert

RGB 140 17 32 -
CMYK 0 0.88 0.77 0.45
HSL 352.68º 0.78% 0.31% -
HSV(B) 352.68º 0.88% 0.55% -
XYZ 11.28 6.08 1.95 -
YUV 55.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 140 17 32 0 0.88 0.77 0.45 352.68 0.78 0.31
Hex 8C 11 20 0 58 4D 2D 161 4E 1F
Octal 214 21 40 0 130 115 55 541 116 37
Binary 10001100 10001 100000 0 1011000 1001101 101101 101100001 1001110 11111

Color Harmonies of #8C1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1120

Black with #8C1120

Text Example


Text Example

White with #8C1120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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