#A51028

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

Shades of Carmine #A51028

Tints of Carmine #A51028

Color information

#A51028 (or 0xA51028) is unknown color: approx Carmine. HEX triplet: A5, 10 and 28. RGB value is (165,16,40). Sum of RGB (Red+Green+Blue) = 165+16+40=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A51028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51028 is #5AEFD7. Grayscale: #3F3F3F. Windows color (decimal): -5959640 or 2625701. OLE color: 2625701.

HSL color Cylindrical-coordinate representation of color #A51028: hue angle of 350.34º 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 #A51028 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1651640-
CMYK00.900.760.35
HSL350.34º82.32%35.49%-
HSV(B)350.34º90.3%64.71%-
XYZ16.098.522.8-
YUV63.29114.86200.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=74.66%
G=7.24%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165164000.900.760.35350.3482.3235.49
HexA5102805A4C2315e5223
Octal245205001321144353612243
Binary10100101100001010000101101010011001000111010111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51028; }

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

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

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

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

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

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

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

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