#8D0C1E

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

Shades of Carmine #8D0C1E

Tints of Carmine #8D0C1E

Color information

#8D0C1E (or 0x8D0C1E) is unknown color: approx Carmine. HEX triplet: 8D, 0C and 1E. RGB value is (141,12,30). Sum of RGB (Red+Green+Blue) = 141+12+30=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C1E is #72F3E1. Grayscale: #343434. Windows color (decimal): -7533538 or 1969293. OLE color: 1969293.

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

Color convert

RGB1411230-
CMYK00.910.790.45
HSL351.63º84.31%30%-
HSV(B)351.63º91.49%55.29%-
XYZ11.356.021.79-
YUV52.62115.24191.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.05%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=77.05%
G=6.56%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141123000.910.790.45351.6384.3130
Hex8DC1E05B4F2D160541e
Octal215143601331175554012436
Binary10001101110011110010110111001111101101101100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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