#A2021F

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

Shades of Carmine #A2021F

Tints of Carmine #A2021F

Color information

#A2021F (or 0xA2021F) is unknown color: approx Carmine. HEX triplet: A2, 02 and 1F. RGB value is (162,2,31). Sum of RGB (Red+Green+Blue) = 162+2+31=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021F is #5DFDE0. Grayscale: #353535. Windows color (decimal): -6159841 or 2032290. OLE color: 2032290.

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

Color convert

RGB162231-
CMYK00.990.810.36
HSL349.12º97.56%32.16%-
HSV(B)349.12º98.77%63.53%-
XYZ15.177.822.01-
YUV53.15115.51205.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=83.08%
G=1.03%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16223100.990.810.36349.1297.5632.16
HexA221F063512415d6220
Octal24223701431214453514240
Binary1010001010111110110001110100011001001010111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2021F; }

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

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

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

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

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

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

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

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