#A10625

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

Shades of Carmine #A10625

Tints of Carmine #A10625

Color information

#A10625 (or 0xA10625) is unknown color: approx Carmine. HEX triplet: A1, 06 and 25. RGB value is (161,6,37). Sum of RGB (Red+Green+Blue) = 161+6+37=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A10625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10625 is #5EF9DA. Grayscale: #373737. Windows color (decimal): -6224347 or 2426529. OLE color: 2426529.

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

Color convert

RGB161637-
CMYK00.960.770.37
HSL348º92.81%32.75%-
HSV(B)348º96.27%63.14%-
XYZ15.17.842.47-
YUV55.88117.35202.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.92%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=78.92%
G=2.94%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16163700.960.770.3734892.8132.75
HexA16250604D2515c5d21
Octal24164501401154553413541
Binary101000011101001010110000010011011001011010111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10625; }

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

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

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

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

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

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

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

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