Html Css Color HEX #8D0C16 Carmine

📋 copy color: '#8D0C16'

red 141 ◦ green 12 ◦ blue 22

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

Shades of Carmine #8D0C16

Tints of Carmine #8D0C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 80.57%
G = 6.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D0C16 (or 0x8D0C16) is known color: Carmine. HEX triplet: 8D, 0C and 16. RGB value is (141,12,22). Sum of RGB (Red+Green+Blue) = 141+12+22=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0C16 is #72F3E9. Grayscale: #333333. Windows color (decimal): -7533546 or 1445005. OLE color: 1445005.

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

Color convert

RGB 141 12 22 -
CMYK 0 0.91 0.84 0.45
HSL 355.35º 0.84% 0.3% -
HSV(B) 355.35º 0.91% 0.55% -
XYZ 11.26 5.98 1.32 -
YUV 51.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 141 12 22 0 0.91 0.84 0.45 355.35 0.84 0.3
Hex 8D C 16 0 5B 54 2D 163 54 1E
Octal 215 14 26 0 133 124 55 543 124 36
Binary 10001101 1100 10110 0 1011011 1010100 101101 101100011 1010100 11110

Color Harmonies of #8D0C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C16

Black with #8D0C16

Text Example


Text Example

White with #8D0C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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