#A2062B

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

Shades of Carmine #A2062B

Tints of Carmine #A2062B

Color information

#A2062B (or 0xA2062B) is unknown color: approx Carmine. HEX triplet: A2, 06 and 2B. RGB value is (162,6,43). Sum of RGB (Red+Green+Blue) = 162+6+43=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2062B is #5DF9D4. Grayscale: #383838. Windows color (decimal): -6158805 or 2819746. OLE color: 2819746.

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

Color convert

RGB162643-
CMYK00.960.730.36
HSL345.77º92.86%32.94%-
HSV(B)345.77º96.3%63.53%-
XYZ15.47.993.02-
YUV56.86120.18202.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=76.78%
G=2.84%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16264300.960.730.36345.7792.8632.94
HexA262B060492415a5d21
Octal24265301401114453213541
Binary101000101101010110110000010010011001001010110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2062B; }

 p { color: rgb(162,6,43); }

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

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

 a { background-color: rgb(162,6,43); }

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

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

 span { border-color: rgb(162,6,43); }

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