#A80C2E

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

Shades of Carmine #A80C2E

Tints of Carmine #A80C2E

Color information

#A80C2E (or 0xA80C2E) is unknown color: approx Carmine. HEX triplet: A8, 0C and 2E. RGB value is (168,12,46). Sum of RGB (Red+Green+Blue) = 168+12+46=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C2E is #57F3D1. Grayscale: #3E3E3E. Windows color (decimal): -5764050 or 3017896. OLE color: 3017896.

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

Color convert

RGB1681246-
CMYK00.930.730.34
HSL346.92º86.67%35.29%-
HSV(B)346.92º92.86%65.88%-
XYZ16.778.793.4-
YUV62.52118.68203.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=74.34%
G=5.31%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168124600.930.730.34346.9286.6735.29
HexA8C2E05D492215b5723
Octal250145601351114253312743
Binary1010100011001011100101110110010011000101010110111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C2E; }

 p { color: rgb(168,12,46); }

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

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

 a { background-color: rgb(168,12,46); }

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

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

 span { border-color: rgb(168,12,46); }

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