#A80530

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

Shades of Carmine #A80530

Tints of Carmine #A80530

Color information

#A80530 (or 0xA80530) is unknown color: approx Carmine. HEX triplet: A8, 05 and 30. RGB value is (168,5,48). Sum of RGB (Red+Green+Blue) = 168+5+48=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A80530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80530 is #57FACF. Grayscale: #3A3A3A. Windows color (decimal): -5765840 or 3147176. OLE color: 3147176.

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

Color convert

RGB168548-
CMYK00.970.710.34
HSL344.17º94.22%33.92%-
HSV(B)344.17º97.02%65.88%-
XYZ16.748.653.58-
YUV58.64122206-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=76.02%
G=2.26%
B=21.72%

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
Decimal16854800.970.710.34344.1794.2233.92
HexA853006147221585e22
Octal25056001411074253013642
Binary101010001011100000110000110001111000101010110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80530; }

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

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

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

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

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

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

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

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