Html Css Color HEX #8C0720 Carmine

📋 copy color: '#8C0720'

red 140 ◦ green 7 ◦ blue 32

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

Shades of Carmine #8C0720

Tints of Carmine #8C0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 78.21%
G = 3.91%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C0720 (or 0x8C0720) is known color: Carmine. HEX triplet: 8C, 07 and 20. RGB value is (140,7,32). Sum of RGB (Red+Green+Blue) = 140+7+32=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0720 is #73F8DF. Grayscale: #313131. Windows color (decimal): -7600352 or 2099084. OLE color: 2099084.

HSL color Cylindrical-coordinate representation of color #8C0720: hue angle of 348.72º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0720 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 32 -
CMYK 0 0.95 0.77 0.45
HSL 348.72º 0.9% 0.29% -
HSV(B) 348.72º 0.95% 0.55% -
XYZ 11.15 5.83 1.9 -
YUV 49.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 140 7 32 0 0.95 0.77 0.45 348.72 0.9 0.29
Hex 8C 7 20 0 5F 4D 2D 15D 5A 1D
Octal 214 7 40 0 137 115 55 535 132 35
Binary 10001100 111 100000 0 1011111 1001101 101101 101011101 1011010 11101

Color Harmonies of #8C0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0720

Black with #8C0720

Text Example


Text Example

White with #8C0720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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