#8C161B

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

Shades of Carmine #8C161B

Tints of Carmine #8C161B

Color information

#8C161B (or 0x8C161B) is unknown color: approx Carmine. HEX triplet: 8C, 16 and 1B. RGB value is (140,22,27). Sum of RGB (Red+Green+Blue) = 140+22+27=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C161B is #73E9E4. Grayscale: #393939. Windows color (decimal): -7596517 or 1775244. OLE color: 1775244.

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

Color convert

RGB1402227-
CMYK00.840.810.45
HSL357.46º72.84%31.76%-
HSV(B)357.46º84.29%54.9%-
XYZ11.36.231.64-
YUV57.85110.59186.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.07%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=74.07%
G=11.64%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140222700.840.810.45357.4672.8431.76
Hex8C161B054512D1654920
Octal214263301241215554511140
Binary1000110010110110110101010010100011011011011001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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