#8C121B

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

Shades of Carmine #8C121B

Tints of Carmine #8C121B

Color information

#8C121B (or 0x8C121B) is unknown color: approx Carmine. HEX triplet: 8C, 12 and 1B. RGB value is (140,18,27). Sum of RGB (Red+Green+Blue) = 140+18+27=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C121B is #73EDE4. Grayscale: #373737. Windows color (decimal): -7597541 or 1774220. OLE color: 1774220.

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

Color convert

RGB1401827-
CMYK00.870.810.45
HSL355.57º77.22%30.98%-
HSV(B)355.57º87.14%54.9%-
XYZ11.236.091.62-
YUV55.5111.92188.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 75.68%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=75.68%
G=9.73%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140182700.870.810.45355.5777.2230.98
Hex8C121B057512D1644d1f
Octal214223301271215554411537
Binary100011001001011011010101111010001101101101100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,27); }

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

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

 a { background-color: rgb(140,18,27); }

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

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

 span { border-color: rgb(140,18,27); }

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