#A31539

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

Shades of Bright Red #A31539

Tints of Bright Red #A31539

Color information

#A31539 (or 0xA31539) is unknown color: approx Bright Red. HEX triplet: A3, 15 and 39. RGB value is (163,21,57). Sum of RGB (Red+Green+Blue) = 163+21+57=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A31539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31539 is #5CEAC6. Grayscale: #434343. Windows color (decimal): -6089415 or 3741091. OLE color: 3741091.

HSL color Cylindrical-coordinate representation of color #A31539: hue angle of 344.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31539 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1632157-
CMYK00.870.650.36
HSL344.79º77.17%36.08%-
HSV(B)344.79º87.12%63.92%-
XYZ16.118.624.69-
YUV67.56122.04196.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=67.63%
G=8.71%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163215700.870.650.36344.7977.1736.08
HexA3153905741241594d24
Octal243257101271014453111544
Binary10100011101011110010101011110000011001001010110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31539; }

 p { color: rgb(163,21,57); }

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

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

 a { background-color: rgb(163,21,57); }

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

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

 span { border-color: rgb(163,21,57); }

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