#8D101C

Color #8D101C Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8D101C

Tints of Carmine #8D101C

Color information

#8D101C (or 0x8D101C) is unknown color: approx Carmine. HEX triplet: 8D, 10 and 1C. RGB value is (141,16,28). Sum of RGB (Red+Green+Blue) = 141+16+28=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D101C is #72EFE3. Grayscale: #363636. Windows color (decimal): -7532516 or 1839245. OLE color: 1839245.

HSL color Cylindrical-coordinate representation of color #8D101C: hue angle of 354.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D101C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1411628-
CMYK00.890.800.45
HSL354.24º79.62%30.78%-
HSV(B)354.24º88.65%55.29%-
XYZ11.386.121.68-
YUV54.74112.91189.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.22%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=76.22%
G=8.65%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141162800.890.800.45354.2479.6230.78
Hex8D101C059502D162501f
Octal215203401311205554212037
Binary100011011000011100010110011010000101101101100010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D101C;
 }
 .AnyTagClassName
 {
   color: #8D101C;
 }
</style>
background-color css

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

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

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

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

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

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