#A31124

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

Shades of Carmine #A31124

Tints of Carmine #A31124

Color information

#A31124 (or 0xA31124) is unknown color: approx Carmine. HEX triplet: A3, 11 and 24. RGB value is (163,17,36). Sum of RGB (Red+Green+Blue) = 163+17+36=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A31124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31124 is #5CEEDB. Grayscale: #3E3E3E. Windows color (decimal): -6090460 or 2363811. OLE color: 2363811.

HSL color Cylindrical-coordinate representation of color #A31124: hue angle of 352.19º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31124 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1631736-
CMYK00.900.780.36
HSL352.19º81.11%35.29%-
HSV(B)352.19º89.57%63.92%-
XYZ15.628.312.45-
YUV62.82112.87199.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.46%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=75.46%
G=7.87%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163173600.900.780.36352.1981.1135.29
HexA3112405A4E241605123
Octal243214401321164454012143
Binary10100011100011001000101101010011101001001011000001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31124; }

 p { color: rgb(163,17,36); }

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

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

 a { background-color: rgb(163,17,36); }

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

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

 span { border-color: rgb(163,17,36); }

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