#A10634

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

Shades of Carmine #A10634

Tints of Carmine #A10634

Color information

#A10634 (or 0xA10634) is unknown color: approx Carmine. HEX triplet: A1, 06 and 34. RGB value is (161,6,52). Sum of RGB (Red+Green+Blue) = 161+6+52=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A10634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10634 is #5EF9CB. Grayscale: #393939. Windows color (decimal): -6224332 or 3409569. OLE color: 3409569.

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

Color convert

RGB161652-
CMYK00.960.680.37
HSL342.19º92.81%32.75%-
HSV(B)342.19º96.27%63.14%-
XYZ15.387.963.97-
YUV57.59124.85201.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.52%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=73.52%
G=2.74%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16165200.960.680.37342.1992.8132.75
HexA163406044251565d21
Octal24166401401044552613541
Binary101000011101101000110000010001001001011010101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10634; }

 p { color: rgb(161,6,52); }

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

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

 a { background-color: rgb(161,6,52); }

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

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

 span { border-color: rgb(161,6,52); }

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