Html Css Color HEX #8D0518 Carmine

📋 copy color: '#8D0518'

red 141 ◦ green 5 ◦ blue 24

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

Shades of Carmine #8D0518

Tints of Carmine #8D0518

RGB

 RED value IS 141 (55.47% from 255) = 82.94%

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 82.94%
G = 2.94%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D0518 (or 0x8D0518) is known color: Carmine. HEX triplet: 8D, 05 and 18. RGB value is (141,5,24). Sum of RGB (Red+Green+Blue) = 141+5+24=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0518 is #72FAE7. Grayscale: #2F2F2F. Windows color (decimal): -7535336 or 1574285. OLE color: 1574285.

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

Color convert

RGB 141 5 24 -
CMYK 0 0.96 0.83 0.45
HSL 351.62º 0.93% 0.29% -
HSV(B) 351.62º 0.96% 0.55% -
XYZ 11.2 5.84 1.4 -
YUV 47.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 141 5 24 0 0.96 0.83 0.45 351.62 0.93 0.29
Hex 8D 5 18 0 60 53 2D 160 5D 1D
Octal 215 5 30 0 140 123 55 540 135 35
Binary 10001101 101 11000 0 1100000 1010011 101101 101100000 1011101 11101

Color Harmonies of #8D0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0518

Black with #8D0518

Text Example


Text Example

White with #8D0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,24); }

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

background-color css

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

 a { background-color: rgb(141,5,24); }

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

border-color css

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

 span { border-color: rgb(141,5,24); }

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