#A1293F

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

Shades of Bright Red #A1293F

Tints of Bright Red #A1293F

Color information

#A1293F (or 0xA1293F) is unknown color: approx Bright Red. HEX triplet: A1, 29 and 3F. RGB value is (161,41,63). Sum of RGB (Red+Green+Blue) = 161+41+63=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A1293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1293F is #5ED6C0. Grayscale: #4F4F4F. Windows color (decimal): -6215361 or 4139425. OLE color: 4139425.

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

Color convert

RGB1614163-
CMYK00.750.610.37
HSL349º59.41%39.61%-
HSV(B)349º74.53%63.14%-
XYZ16.399.525.68-
YUV79.39118.76186.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 63 (25% from 255) = 23.77%
R=60.75%
G=15.47%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161416300.750.610.3734959.4139.61
HexA1293F04B3D2515d3b28
Octal2415177011375455357350
Binary1010000110100111111101001011111101100101101011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1293F; }

 p { color: rgb(161,41,63); }

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

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

 a { background-color: rgb(161,41,63); }

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

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

 span { border-color: rgb(161,41,63); }

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