Html Css Color HEX #8D0C1C Carmine

📋 copy color: '#8D0C1C'

red 141 ◦ green 12 ◦ blue 28

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

Shades of Carmine #8D0C1C

Tints of Carmine #8D0C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 77.9%
G = 6.63%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D0C1C (or 0x8D0C1C) is known color: Carmine. HEX triplet: 8D, 0C and 1C. RGB value is (141,12,28). Sum of RGB (Red+Green+Blue) = 141+12+28=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C1C is #72F3E3. Grayscale: #343434. Windows color (decimal): -7533540 or 1838221. OLE color: 1838221.

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

Color convert

RGB 141 12 28 -
CMYK 0 0.91 0.80 0.45
HSL 352.56º 0.84% 0.3% -
HSV(B) 352.56º 0.91% 0.55% -
XYZ 11.33 6.01 1.66 -
YUV 52.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 141 12 28 0 0.91 0.80 0.45 352.56 0.84 0.3
Hex 8D C 1C 0 5B 50 2D 161 54 1E
Octal 215 14 34 0 133 120 55 541 124 36
Binary 10001101 1100 11100 0 1011011 1010000 101101 101100001 1010100 11110

Color Harmonies of #8D0C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C1C

Black with #8D0C1C

Text Example


Text Example

White with #8D0C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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