#A51E3D

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

Shades of Bright Red #A51E3D

Tints of Bright Red #A51E3D

Color information

#A51E3D (or 0xA51E3D) is unknown color: approx Bright Red. HEX triplet: A5, 1E and 3D. RGB value is (165,30,61). Sum of RGB (Red+Green+Blue) = 165+30+61=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E3D is #5AE1C2. Grayscale: #494949. Windows color (decimal): -5956035 or 4005541. OLE color: 4005541.

HSL color Cylindrical-coordinate representation of color #A51E3D: hue angle of 346.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E3D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1653061-
CMYK00.820.630.35
HSL346.22º69.23%38.24%-
HSV(B)346.22º81.82%64.71%-
XYZ16.829.265.32-
YUV73.9120.73192.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=64.45%
G=11.72%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165306100.820.630.35346.2269.2338.24
HexA51E3D0523F2315a4526
Octal24536750122774353210546
Binary1010010111110111101010100101111111000111010110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E3D; }

 p { color: rgb(165,30,61); }

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

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

 a { background-color: rgb(165,30,61); }

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

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

 span { border-color: rgb(165,30,61); }

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