#A8131F

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

Shades of Carmine #A8131F

Tints of Carmine #A8131F

Color information

#A8131F (or 0xA8131F) is unknown color: approx Carmine. HEX triplet: A8, 13 and 1F. RGB value is (168,19,31). Sum of RGB (Red+Green+Blue) = 168+19+31=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8131F is #57ECE0. Grayscale: #414141. Windows color (decimal): -5762273 or 2036648. OLE color: 2036648.

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

Color convert

RGB1681931-
CMYK00.890.820.34
HSL355.17º79.68%36.67%-
HSV(B)355.17º88.69%65.88%-
XYZ16.638.892.14-
YUV64.92108.86201.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.06%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=77.06%
G=8.72%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168193100.890.820.34355.1779.6836.67
HexA8131F05952221635025
Octal250233701311224254312045
Binary1010100010011111110101100110100101000101011000111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8131F; }

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

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

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

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

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

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

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

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