#A5112F

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

Shades of Carmine #A5112F

Tints of Carmine #A5112F

Color information

#A5112F (or 0xA5112F) is unknown color: approx Carmine. HEX triplet: A5, 11 and 2F. RGB value is (165,17,47). Sum of RGB (Red+Green+Blue) = 165+17+47=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A5112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5112F is #5AEED0. Grayscale: #404040. Windows color (decimal): -5959377 or 3084709. OLE color: 3084709.

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

Color convert

RGB1651747-
CMYK00.900.720.35
HSL347.84º81.32%35.69%-
HSV(B)347.84º89.7%64.71%-
XYZ16.238.613.49-
YUV64.67118.03199.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.05%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=72.05%
G=7.42%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165174700.900.720.35347.8481.3235.69
HexA5112F05A482315c5124
Octal245215701321104353412144
Binary10100101100011011110101101010010001000111010111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5112F; }

 p { color: rgb(165,17,47); }

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

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

 a { background-color: rgb(165,17,47); }

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

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

 span { border-color: rgb(165,17,47); }

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