#8D021C

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

Shades of Carmine #8D021C

Tints of Carmine #8D021C

Color information

#8D021C (or 0x8D021C) is unknown color: approx Carmine. HEX triplet: 8D, 02 and 1C. RGB value is (141,2,28). Sum of RGB (Red+Green+Blue) = 141+2+28=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021C is #72FDE3. Grayscale: #2E2E2E. Windows color (decimal): -7536100 or 1835661. OLE color: 1835661.

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

Color convert

RGB141228-
CMYK00.990.800.45
HSL348.78º97.2%28.04%-
HSV(B)348.78º98.58%55.29%-
XYZ11.225.791.63-
YUV46.52117.55195.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.46%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=82.46%
G=1.17%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14122800.990.800.45348.7897.228.04
Hex8D21C063502D15d611c
Octal21523401431205553514134
Binary100011011011100011000111010000101101101011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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