#A51A36

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

Shades of Bright Red #A51A36

Tints of Bright Red #A51A36

Color information

#A51A36 (or 0xA51A36) is unknown color: approx Bright Red. HEX triplet: A5, 1A and 36. RGB value is (165,26,54). Sum of RGB (Red+Green+Blue) = 165+26+54=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A36 is #5AE5C9. Grayscale: #464646. Windows color (decimal): -5957066 or 3545765. OLE color: 3545765.

HSL color Cylindrical-coordinate representation of color #A51A36: hue angle of 347.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A36 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1652654-
CMYK00.840.670.35
HSL347.91º72.77%37.45%-
HSV(B)347.91º84.24%64.71%-
XYZ16.5594.36-
YUV70.75118.55195.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=67.35%
G=10.61%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165265400.840.670.35347.9172.7737.45
HexA51A36054432315c4925
Octal245326601241034353411145
Binary10100101110101101100101010010000111000111010111001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A36; }

 p { color: rgb(165,26,54); }

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

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

 a { background-color: rgb(165,26,54); }

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

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

 span { border-color: rgb(165,26,54); }

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