Html Css Color HEX #8D0C18 Carmine

📋 copy color: '#8D0C18'

red 141 ◦ green 12 ◦ blue 24

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

Shades of Carmine #8D0C18

Tints of Carmine #8D0C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.78%

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

R = 79.66%
G = 6.78%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D0C18 (or 0x8D0C18) is known color: Carmine. HEX triplet: 8D, 0C and 18. RGB value is (141,12,24). Sum of RGB (Red+Green+Blue) = 141+12+24=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0C18 is #72F3E7. Grayscale: #343434. Windows color (decimal): -7533544 or 1576077. OLE color: 1576077.

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

Color convert

RGB 141 12 24 -
CMYK 0 0.91 0.83 0.45
HSL 354.42º 0.84% 0.3% -
HSV(B) 354.42º 0.91% 0.55% -
XYZ 11.28 5.99 1.43 -
YUV 51.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 141 12 24 0 0.91 0.83 0.45 354.42 0.84 0.3
Hex 8D C 18 0 5B 53 2D 162 54 1E
Octal 215 14 30 0 133 123 55 542 124 36
Binary 10001101 1100 11000 0 1011011 1010011 101101 101100010 1010100 11110

Color Harmonies of #8D0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C18

Black with #8D0C18

Text Example


Text Example

White with #8D0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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