#A10530

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

Shades of Carmine #A10530

Tints of Carmine #A10530

Color information

#A10530 (or 0xA10530) is unknown color: approx Carmine. HEX triplet: A1, 05 and 30. RGB value is (161,5,48). Sum of RGB (Red+Green+Blue) = 161+5+48=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A10530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10530 is #5EFACF. Grayscale: #383838. Windows color (decimal): -6224592 or 3147169. OLE color: 3147169.

HSL color Cylindrical-coordinate representation of color #A10530: hue angle of 343.46º 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 #A10530 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB161548-
CMYK00.970.700.37
HSL343.46º93.98%32.55%-
HSV(B)343.46º96.89%63.14%-
XYZ15.297.93.52-
YUV56.55123.18202.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.23%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=75.23%
G=2.34%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16154800.970.700.37343.4693.9832.55
HexA153006146251575e21
Octal24156001411064552713641
Binary101000011011100000110000110001101001011010101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10530; }

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

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

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

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

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

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

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

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