#A2042D

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

Shades of Carmine #A2042D

Tints of Carmine #A2042D

Color information

#A2042D (or 0xA2042D) is unknown color: approx Carmine. HEX triplet: A2, 04 and 2D. RGB value is (162,4,45). Sum of RGB (Red+Green+Blue) = 162+4+45=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2042D is #5DFBD2. Grayscale: #373737. Windows color (decimal): -6159315 or 2950306. OLE color: 2950306.

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

Color convert

RGB162445-
CMYK00.980.720.36
HSL344.43º95.18%32.55%-
HSV(B)344.43º97.53%63.53%-
XYZ15.427.963.21-
YUV55.92121.85203.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=76.78%
G=1.90%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16244500.980.720.36344.4395.1832.55
HexA242D06248241585f21
Octal24245501421104453013741
Binary101000101001011010110001010010001001001010110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2042D; }

 p { color: rgb(162,4,45); }

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

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

 a { background-color: rgb(162,4,45); }

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

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

 span { border-color: rgb(162,4,45); }

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