#A51131

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

Shades of Bright Red #A51131

Tints of Bright Red #A51131

Color information

#A51131 (or 0xA51131) is unknown color: approx Bright Red. HEX triplet: A5, 11 and 31. RGB value is (165,17,49). Sum of RGB (Red+Green+Blue) = 165+17+49=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A51131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51131 is #5AEECE. Grayscale: #404040. Windows color (decimal): -5959375 or 3215781. OLE color: 3215781.

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

Color convert

RGB1651749-
CMYK00.900.700.35
HSL347.03º81.32%35.69%-
HSV(B)347.03º89.7%64.71%-
XYZ16.278.623.71-
YUV64.9119.03199.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=71.43%
G=7.36%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165174900.900.700.35347.0381.3235.69
HexA5113105A462315b5124
Octal245216101321064353312144
Binary10100101100011100010101101010001101000111010110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51131; }

 p { color: rgb(165,17,49); }

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

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

 a { background-color: rgb(165,17,49); }

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

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

 span { border-color: rgb(165,17,49); }

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