#A9032D

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

Shades of Carmine #A9032D

Tints of Carmine #A9032D

Color information

#A9032D (or 0xA9032D) is unknown color: approx Carmine. HEX triplet: A9, 03 and 2D. RGB value is (169,3,45). Sum of RGB (Red+Green+Blue) = 169+3+45=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A9032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9032D is #56FCD2. Grayscale: #393939. Windows color (decimal): -5700819 or 2950057. OLE color: 2950057.

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

Color convert

RGB169345-
CMYK00.980.730.34
HSL344.82º96.51%33.73%-
HSV(B)344.82º98.22%66.27%-
XYZ16.878.693.27-
YUV57.42121207.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.88%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=77.88%
G=1.38%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16934500.980.730.34344.8296.5133.73
HexA932D06249221596122
Octal25135501421114253114142
Binary10101001111011010110001010010011000101010110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9032D; }

 p { color: rgb(169,3,45); }

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

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

 a { background-color: rgb(169,3,45); }

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

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

 span { border-color: rgb(169,3,45); }

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