#A80D12

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

Shades of Carmine #A80D12

Tints of Carmine #A80D12

Color information

#A80D12 (or 0xA80D12) is unknown color: approx Carmine. HEX triplet: A8, 0D and 12. RGB value is (168,13,18). Sum of RGB (Red+Green+Blue) = 168+13+18=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D12 is #57F2ED. Grayscale: #3C3C3C. Windows color (decimal): -5763822 or 1183144. OLE color: 1183144.

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

Color convert

RGB1681318-
CMYK00.920.890.34
HSL358.06º85.64%35.49%-
HSV(B)358.06º92.26%65.88%-
XYZ16.48.661.38-
YUV59.92104.35205.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.42%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=84.42%
G=6.53%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168131800.920.890.34358.0685.6435.49
HexA8D1205C59221665623
Octal250152201341314254612643
Binary101010001101100100101110010110011000101011001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D12; }

 p { color: rgb(168,13,18); }

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

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

 a { background-color: rgb(168,13,18); }

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

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

 span { border-color: rgb(168,13,18); }

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