#A80531

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

Shades of Carmine #A80531

Tints of Carmine #A80531

Color information

#A80531 (or 0xA80531) is unknown color: approx Carmine. HEX triplet: A8, 05 and 31. RGB value is (168,5,49). Sum of RGB (Red+Green+Blue) = 168+5+49=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A80531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80531 is #57FACE. Grayscale: #3A3A3A. Windows color (decimal): -5765839 or 3212712. OLE color: 3212712.

HSL color Cylindrical-coordinate representation of color #A80531: hue angle of 343.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80531 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB168549-
CMYK00.970.710.34
HSL343.8º94.22%33.92%-
HSV(B)343.8º97.02%65.88%-
XYZ16.768.663.69-
YUV58.75122.5205.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.68%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=75.68%
G=2.25%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16854900.970.710.34343.894.2233.92
HexA853106147221585e22
Octal25056101411074253013642
Binary101010001011100010110000110001111000101010110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80531; }

 p { color: rgb(168,5,49); }

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

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

 a { background-color: rgb(168,5,49); }

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

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

 span { border-color: rgb(168,5,49); }

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