Html Css Color HEX #8C0820 Carmine

📋 copy color: '#8C0820'

red 140 ◦ green 8 ◦ blue 32

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

Shades of Carmine #8C0820

Tints of Carmine #8C0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 77.78%
G = 4.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C0820 (or 0x8C0820) is known color: Carmine. HEX triplet: 8C, 08 and 20. RGB value is (140,8,32). Sum of RGB (Red+Green+Blue) = 140+8+32=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0820 is #73F7DF. Grayscale: #323232. Windows color (decimal): -7600096 or 2099340. OLE color: 2099340.

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

Color convert

RGB 140 8 32 -
CMYK 0 0.94 0.77 0.45
HSL 349.09º 0.89% 0.29% -
HSV(B) 349.09º 0.94% 0.55% -
XYZ 11.16 5.85 1.91 -
YUV 50.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 140 8 32 0 0.94 0.77 0.45 349.09 0.89 0.29
Hex 8C 8 20 0 5E 4D 2D 15D 59 1D
Octal 214 10 40 0 136 115 55 535 131 35
Binary 10001100 1000 100000 0 1011110 1001101 101101 101011101 1011001 11101

Color Harmonies of #8C0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0820

Black with #8C0820

Text Example


Text Example

White with #8C0820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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