#A2061B

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

Shades of Carmine #A2061B

Tints of Carmine #A2061B

Color information

#A2061B (or 0xA2061B) is unknown color: approx Carmine. HEX triplet: A2, 06 and 1B. RGB value is (162,6,27). Sum of RGB (Red+Green+Blue) = 162+6+27=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2061B is #5DF9E4. Grayscale: #373737. Windows color (decimal): -6158821 or 1771170. OLE color: 1771170.

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

Color convert

RGB162627-
CMYK00.960.830.36
HSL351.92º92.86%32.94%-
HSV(B)351.92º96.3%63.53%-
XYZ15.167.891.76-
YUV55.04112.18204.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=83.08%
G=3.08%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16262700.960.830.36351.9292.8632.94
HexA261B06053241605d21
Octal24263301401234454013541
Binary10100010110110110110000010100111001001011000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2061B; }

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

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

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

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

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

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

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

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