#A2071A

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

Shades of Carmine #A2071A

Tints of Carmine #A2071A

Color information

#A2071A (or 0xA2071A) is unknown color: approx Carmine. HEX triplet: A2, 07 and 1A. RGB value is (162,7,26). Sum of RGB (Red+Green+Blue) = 162+7+26=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071A is #5DF8E5. Grayscale: #373737. Windows color (decimal): -6158566 or 1705890. OLE color: 1705890.

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

Color convert

RGB162726-
CMYK00.960.840.36
HSL352.65º91.72%33.14%-
HSV(B)352.65º95.68%63.53%-
XYZ15.167.911.7-
YUV55.51111.35203.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=83.08%
G=3.59%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16272600.960.840.36352.6591.7233.14
HexA271A06054241615c21
Octal24273201401244454113441
Binary10100010111110100110000010101001001001011000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2071A; }

 p { color: rgb(162,7,26); }

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

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

 a { background-color: rgb(162,7,26); }

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

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

 span { border-color: rgb(162,7,26); }

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