#A2021B

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

Shades of Carmine #A2021B

Tints of Carmine #A2021B

Color information

#A2021B (or 0xA2021B) is unknown color: approx Carmine. HEX triplet: A2, 02 and 1B. RGB value is (162,2,27). Sum of RGB (Red+Green+Blue) = 162+2+27=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021B is #5DFDE4. Grayscale: #343434. Windows color (decimal): -6159845 or 1770146. OLE color: 1770146.

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

Color convert

RGB162227-
CMYK00.990.830.36
HSL350.62º97.56%32.16%-
HSV(B)350.62º98.77%63.53%-
XYZ15.127.81.75-
YUV52.69113.51205.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=84.82%
G=1.05%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16222700.990.830.36350.6297.5632.16
HexA221B063532415f6220
Octal24223301431234453714240
Binary1010001010110110110001110100111001001010111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2021B; }

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

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

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

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

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

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

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

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