#A51229

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

Shades of Carmine #A51229

Tints of Carmine #A51229

Color information

#A51229 (or 0xA51229) is unknown color: approx Carmine. HEX triplet: A5, 12 and 29. RGB value is (165,18,41). Sum of RGB (Red+Green+Blue) = 165+18+41=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51229 is #5AEDD6. Grayscale: #404040. Windows color (decimal): -5959127 or 2691749. OLE color: 2691749.

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

Color convert

RGB1651841-
CMYK00.890.750.35
HSL350.61º80.33%35.88%-
HSV(B)350.61º89.09%64.71%-
XYZ16.138.592.91-
YUV64.58114.7199.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=73.66%
G=8.04%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165184100.890.750.35350.6180.3335.88
HexA512290594B2315f5024
Octal245225101311134353712044
Binary10100101100101010010101100110010111000111010111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51229; }

 p { color: rgb(165,18,41); }

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

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

 a { background-color: rgb(165,18,41); }

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

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

 span { border-color: rgb(165,18,41); }

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