#A51522

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

Shades of Carmine #A51522

Tints of Carmine #A51522

Color information

#A51522 (or 0xA51522) is unknown color: approx Carmine. HEX triplet: A5, 15 and 22. RGB value is (165,21,34). Sum of RGB (Red+Green+Blue) = 165+21+34=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A51522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51522 is #5AEADD. Grayscale: #414141. Windows color (decimal): -5958366 or 2233765. OLE color: 2233765.

HSL color Cylindrical-coordinate representation of color #A51522: hue angle of 354.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51522 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1652134-
CMYK00.870.790.35
HSL354.58º77.42%36.47%-
HSV(B)354.58º87.27%64.71%-
XYZ16.078.652.34-
YUV65.54110.21198.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=75%
G=9.55%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165213400.870.790.35354.5877.4236.47
HexA515220574F231634d24
Octal245254201271174354311544
Binary10100101101011000100101011110011111000111011000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51522; }

 p { color: rgb(165,21,34); }

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

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

 a { background-color: rgb(165,21,34); }

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

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

 span { border-color: rgb(165,21,34); }

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