#A10528

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

Shades of Carmine #A10528

Tints of Carmine #A10528

Color information

#A10528 (or 0xA10528) is unknown color: approx Carmine. HEX triplet: A1, 05 and 28. RGB value is (161,5,40). Sum of RGB (Red+Green+Blue) = 161+5+40=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A10528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10528 is #5EFAD7. Grayscale: #373737. Windows color (decimal): -6224600 or 2622881. OLE color: 2622881.

HSL color Cylindrical-coordinate representation of color #A10528: hue angle of 346.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10528 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB161540-
CMYK00.970.750.37
HSL346.54º93.98%32.55%-
HSV(B)346.54º96.89%63.14%-
XYZ15.147.842.72-
YUV55.63119.18203.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.16%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=78.16%
G=2.43%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16154000.970.750.37346.5493.9832.55
HexA15280614B2515b5e21
Octal24155001411134553313641
Binary101000011011010000110000110010111001011010110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10528; }

 p { color: rgb(161,5,40); }

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

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

 a { background-color: rgb(161,5,40); }

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

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

 span { border-color: rgb(161,5,40); }

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