#A51B20

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

Shades of Bright Red #A51B20

Tints of Bright Red #A51B20

Color information

#A51B20 (or 0xA51B20) is unknown color: approx Bright Red. HEX triplet: A5, 1B and 20. RGB value is (165,27,32). Sum of RGB (Red+Green+Blue) = 165+27+32=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B20 is #5AE4DF. Grayscale: #444444. Windows color (decimal): -5956832 or 2104229. OLE color: 2104229.

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

Color convert

RGB1652732-
CMYK00.840.810.35
HSL357.83º71.88%37.65%-
HSV(B)357.83º83.64%64.71%-
XYZ16.178.892.23-
YUV68.83107.22196.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 27 (10.94% from 255) = 12.05%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=73.66%
G=12.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165273200.840.810.35357.8371.8837.65
HexA51B2005451231664826
Octal245334001241214354611046
Binary10100101110111000000101010010100011000111011001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B20; }

 p { color: rgb(165,27,32); }

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

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

 a { background-color: rgb(165,27,32); }

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

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

 span { border-color: rgb(165,27,32); }

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