Html Css Color HEX #8C081D Carmine

📋 copy color: '#8C081D'

red 140 ◦ green 8 ◦ blue 29

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

Shades of Carmine #8C081D

Tints of Carmine #8C081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 79.1%
G = 4.52%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C081D (or 0x8C081D) is known color: Carmine. HEX triplet: 8C, 08 and 1D. RGB value is (140,8,29). Sum of RGB (Red+Green+Blue) = 140+8+29=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C081D is #73F7E2. Grayscale: #313131. Windows color (decimal): -7600099 or 1902732. OLE color: 1902732.

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

Color convert

RGB 140 8 29 -
CMYK 0 0.94 0.79 0.45
HSL 350.45º 0.89% 0.29% -
HSV(B) 350.45º 0.94% 0.55% -
XYZ 11.12 5.84 1.7 -
YUV 49.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 140 8 29 0 0.94 0.79 0.45 350.45 0.89 0.29
Hex 8C 8 1D 0 5E 4F 2D 15E 59 1D
Octal 214 10 35 0 136 117 55 536 131 35
Binary 10001100 1000 11101 0 1011110 1001111 101101 101011110 1011001 11101

Color Harmonies of #8C081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C081D

Black with #8C081D

Text Example


Text Example

White with #8C081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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