#A2073A

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

Shades of Carmine #A2073A

Tints of Carmine #A2073A

Color information

#A2073A (or 0xA2073A) is unknown color: approx Carmine. HEX triplet: A2, 07 and 3A. RGB value is (162,7,58). Sum of RGB (Red+Green+Blue) = 162+7+58=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2073A is #5DF8C5. Grayscale: #3B3B3B. Windows color (decimal): -6158534 or 3803042. OLE color: 3803042.

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

Color convert

RGB162758-
CMYK00.960.640.36
HSL340.26º91.72%33.14%-
HSV(B)340.26º95.68%63.53%-
XYZ15.748.144.74-
YUV59.16127.35201.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.37%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=71.37%
G=3.08%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16275800.960.640.36340.2691.7233.14
HexA273A06040241545c21
Octal24277201401004452413441
Binary101000101111110100110000010000001001001010101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2073A; }

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

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

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

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

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

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

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

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