#A80532

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

Shades of Carmine #A80532

Tints of Carmine #A80532

Color information

#A80532 (or 0xA80532) is unknown color: approx Carmine. HEX triplet: A8, 05 and 32. RGB value is (168,5,50). Sum of RGB (Red+Green+Blue) = 168+5+50=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A80532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80532 is #57FACD. Grayscale: #3A3A3A. Windows color (decimal): -5765838 or 3278248. OLE color: 3278248.

HSL color Cylindrical-coordinate representation of color #A80532: hue angle of 343.44º 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 #A80532 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB168550-
CMYK00.970.700.34
HSL343.44º94.22%33.92%-
HSV(B)343.44º97.02%65.88%-
XYZ16.788.663.81-
YUV58.87123205.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.34%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=75.34%
G=2.24%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16855000.970.700.34343.4494.2233.92
HexA853206146221575e22
Octal25056201411064252713642
Binary101010001011100100110000110001101000101010101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80532; }

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

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

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

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

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

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

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

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