#A0053A

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

Shades of Carmine #A0053A

Tints of Carmine #A0053A

Color information

#A0053A (or 0xA0053A) is unknown color: approx Carmine. HEX triplet: A0, 05 and 3A. RGB value is (160,5,58). Sum of RGB (Red+Green+Blue) = 160+5+58=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053A is #5FFAC5. Grayscale: #393939. Windows color (decimal): -6290118 or 3802528. OLE color: 3802528.

HSL color Cylindrical-coordinate representation of color #A0053A: hue angle of 339.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0053A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB160558-
CMYK00.970.640.37
HSL339.48º93.94%32.35%-
HSV(B)339.48º96.88%62.75%-
XYZ15.327.894.72-
YUV57.39128.35201.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.75%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=71.75%
G=2.24%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16055800.970.640.37339.4893.9432.35
HexA053A06140251535e20
Octal24057201411004552313640
Binary101000001011110100110000110000001001011010100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0053A; }

 p { color: rgb(160,5,58); }

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

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

 a { background-color: rgb(160,5,58); }

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

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

 span { border-color: rgb(160,5,58); }

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