#a4052d

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

Shades of Carmine #A4052D

Tints of Carmine #A4052D

Color information

#A4052D (or 0xA4052D) is unknown color: approx Carmine. HEX triplet: A4, 05 and 2D. RGB value is (164,5,45). Sum of RGB (Red+Green+Blue) = 164+5+45=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4052D is #5BFAD2. Grayscale: #393939. Windows color (decimal): -6027987 or 2950564. OLE color: 2950564.

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

Color convert

RGB164545-
CMYK00.970.730.36
HSL344.91º94.08%33.14%-
HSV(B)344.91º96.95%64.31%-
XYZ15.848.193.23-
YUV57.1121.18204.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.64%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=76.64%
G=2.34%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16454500.970.730.36344.9194.0833.14
HexA452D06149241595e21
Octal24455501411114453113641
Binary101001001011011010110000110010011001001010110011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4052d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4052d; }

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

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

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

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

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

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

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

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