#a51924

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

Shades of Bright Red #A51924

Tints of Bright Red #A51924

Color information

#A51924 (or 0xA51924) is unknown color: approx Bright Red. HEX triplet: A5, 19 and 24. RGB value is (165,25,36). Sum of RGB (Red+Green+Blue) = 165+25+36=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A51924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51924 is #5AE6DB. Grayscale: #444444. Windows color (decimal): -5957340 or 2365861. OLE color: 2365861.

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

Color convert

RGB1652536-
CMYK00.850.780.35
HSL355.29º73.68%37.25%-
HSV(B)355.29º84.85%64.71%-
XYZ16.188.822.52-
YUV68.11109.88197.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.01%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=73.01%
G=11.06%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165253600.850.780.35355.2973.6837.25
HexA519240554E231634a25
Octal245314401251164354311245
Binary10100101110011001000101010110011101000111011000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51924; }

 p { color: rgb(165,25,36); }

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

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

 a { background-color: rgb(165,25,36); }

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

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

 span { border-color: rgb(165,25,36); }

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