#A51A1C

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

Shades of Carmine #A51A1C

Tints of Carmine #A51A1C

Color information

#A51A1C (or 0xA51A1C) is unknown color: approx Carmine. HEX triplet: A5, 1A and 1C. RGB value is (165,26,28). Sum of RGB (Red+Green+Blue) = 165+26+28=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A1C is #5AE5E3. Grayscale: #434343. Windows color (decimal): -5957092 or 1841829. OLE color: 1841829.

HSL color Cylindrical-coordinate representation of color #A51A1C: hue angle of 359.14º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A1C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1652628-
CMYK00.840.830.35
HSL359.14º72.77%37.45%-
HSV(B)359.14º84.24%64.71%-
XYZ16.18.821.95-
YUV67.79105.55197.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.34%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=75.34%
G=11.87%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165262800.840.830.35359.1472.7737.45
HexA51A1C05453231674925
Octal245323401241234354711145
Binary1010010111010111000101010010100111000111011001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A1C; }

 p { color: rgb(165,26,28); }

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

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

 a { background-color: rgb(165,26,28); }

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

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

 span { border-color: rgb(165,26,28); }

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