#A4053A

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

Shades of Carmine #A4053A

Tints of Carmine #A4053A

Color information

#A4053A (or 0xA4053A) is unknown color: approx Carmine. HEX triplet: A4, 05 and 3A. RGB value is (164,5,58). Sum of RGB (Red+Green+Blue) = 164+5+58=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053A is #5BFAC5. Grayscale: #3A3A3A. Windows color (decimal): -6027974 or 3802532. OLE color: 3802532.

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

Color convert

RGB164558-
CMYK00.970.650.36
HSL340º94.08%33.14%-
HSV(B)340º96.95%64.31%-
XYZ16.138.314.76-
YUV58.58127.68203.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=72.25%
G=2.20%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16455800.970.650.3634094.0833.14
HexA453A06141241545e21
Octal24457201411014452413641
Binary101001001011110100110000110000011001001010101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4053A; }

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

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

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

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

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

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

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

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