#A51A2A

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

Shades of Bright Red #A51A2A

Tints of Bright Red #A51A2A

Color information

#A51A2A (or 0xA51A2A) is unknown color: approx Bright Red. HEX triplet: A5, 1A and 2A. RGB value is (165,26,42). Sum of RGB (Red+Green+Blue) = 165+26+42=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A2A is #5AE5D5. Grayscale: #454545. Windows color (decimal): -5957078 or 2759333. OLE color: 2759333.

HSL color Cylindrical-coordinate representation of color #A51A2A: hue angle of 353.09º 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 #A51A2A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1652642-
CMYK00.840.750.35
HSL353.09º72.77%37.45%-
HSV(B)353.09º84.24%64.71%-
XYZ16.38.913.05-
YUV69.38112.55196.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.82%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=70.82%
G=11.16%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165264200.840.750.35353.0972.7737.45
HexA51A2A0544B231614925
Octal245325201241134354111145
Binary10100101110101010100101010010010111000111011000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A2A; }

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

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

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

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

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

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

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

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