#A8161F

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

Shades of Carmine #A8161F

Tints of Carmine #A8161F

Color information

#A8161F (or 0xA8161F) is unknown color: approx Carmine. HEX triplet: A8, 16 and 1F. RGB value is (168,22,31). Sum of RGB (Red+Green+Blue) = 168+22+31=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8161F is #57E9E0. Grayscale: #424242. Windows color (decimal): -5761505 or 2037416. OLE color: 2037416.

HSL color Cylindrical-coordinate representation of color #A8161F: hue angle of 356.3º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8161F is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1682231-
CMYK00.870.820.34
HSL356.3º76.84%37.25%-
HSV(B)356.3º86.9%65.88%-
XYZ16.6892.15-
YUV66.68107.87200.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=76.02%
G=9.95%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168223100.870.820.34356.376.8437.25
HexA8161F05752221644d25
Octal250263701271224254411545
Binary1010100010110111110101011110100101000101011001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8161F; }

 p { color: rgb(168,22,31); }

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

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

 a { background-color: rgb(168,22,31); }

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

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

 span { border-color: rgb(168,22,31); }

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