#A80732

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

Shades of Carmine #A80732

Tints of Carmine #A80732

Color information

#A80732 (or 0xA80732) is unknown color: approx Carmine. HEX triplet: A8, 07 and 32. RGB value is (168,7,50). Sum of RGB (Red+Green+Blue) = 168+7+50=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A80732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80732 is #57F8CD. Grayscale: #3C3C3C. Windows color (decimal): -5765326 or 3278760. OLE color: 3278760.

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

Color convert

RGB168750-
CMYK00.960.700.34
HSL343.98º92%34.31%-
HSV(B)343.98º95.83%65.88%-
XYZ16.88.713.81-
YUV60.04122.34205-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.67%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=74.67%
G=3.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16875000.960.700.34343.989234.31
HexA873206046221585c22
Octal25076201401064253013442
Binary101010001111100100110000010001101000101010110001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80732; }

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

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

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

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

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

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

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

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