#8C151A

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

Shades of Carmine #8C151A

Tints of Carmine #8C151A

Color information

#8C151A (or 0x8C151A) is unknown color: approx Carmine. HEX triplet: 8C, 15 and 1A. RGB value is (140,21,26). Sum of RGB (Red+Green+Blue) = 140+21+26=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C151A is #73EAE5. Grayscale: #393939. Windows color (decimal): -7596774 or 1709452. OLE color: 1709452.

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

Color convert

RGB1402126-
CMYK00.850.810.45
HSL357.48º73.91%31.57%-
HSV(B)357.48º85%54.9%-
XYZ11.276.191.58-
YUV57.15110.42187.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.87%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=74.87%
G=11.23%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140212600.850.810.45357.4873.9131.57
Hex8C151A055512D1654a20
Octal214253201251215554511240
Binary1000110010101110100101010110100011011011011001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,26); }

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

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

 a { background-color: rgb(140,21,26); }

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

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

 span { border-color: rgb(140,21,26); }

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