#A1020F

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

Shades of Carmine #A1020F

Tints of Carmine #A1020F

Color information

#A1020F (or 0xA1020F) is unknown color: approx Carmine. HEX triplet: A1, 02 and 0F. RGB value is (161,2,15). Sum of RGB (Red+Green+Blue) = 161+2+15=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A1020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1020F is #5EFDF0. Grayscale: #333333. Windows color (decimal): -6225393 or 983713. OLE color: 983713.

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

Color convert

RGB161215-
CMYK00.990.910.37
HSL355.09º97.55%31.96%-
HSV(B)355.09º98.76%63.14%-
XYZ14.817.651.15-
YUV51.02107.68206.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 90.45%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=90.45%
G=1.12%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16121500.990.910.37355.0997.5531.96
HexA12F0635B251636220
Octal24121701431334554314240
Binary101000011011110110001110110111001011011000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1020F; }

 p { color: rgb(161,2,15); }

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

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

 a { background-color: rgb(161,2,15); }

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

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

 span { border-color: rgb(161,2,15); }

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