#A51020

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

Shades of Carmine #A51020

Tints of Carmine #A51020

Color information

#A51020 (or 0xA51020) is unknown color: approx Carmine. HEX triplet: A5, 10 and 20. RGB value is (165,16,32). Sum of RGB (Red+Green+Blue) = 165+16+32=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A51020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51020 is #5AEFDF. Grayscale: #3E3E3E. Windows color (decimal): -5959648 or 2101413. OLE color: 2101413.

HSL color Cylindrical-coordinate representation of color #A51020: hue angle of 353.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51020 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1651632-
CMYK00.900.810.35
HSL353.56º82.32%35.49%-
HSV(B)353.56º90.3%64.71%-
XYZ15.968.472.16-
YUV62.38110.86201.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=77.46%
G=7.51%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165163200.900.810.35353.5682.3235.49
HexA5102005A51231625223
Octal245204001321214354212243
Binary10100101100001000000101101010100011000111011000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51020; }

 p { color: rgb(165,16,32); }

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

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

 a { background-color: rgb(165,16,32); }

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

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

 span { border-color: rgb(165,16,32); }

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