#A71A20

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

Shades of Bright Red #A71A20

Tints of Bright Red #A71A20

Color information

#A71A20 (or 0xA71A20) is unknown color: approx Bright Red. HEX triplet: A7, 1A and 20. RGB value is (167,26,32). Sum of RGB (Red+Green+Blue) = 167+26+32=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A20 is #58E5DF. Grayscale: #444444. Windows color (decimal): -5826016 or 2103975. OLE color: 2103975.

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

Color convert

RGB1672632-
CMYK00.840.810.35
HSL357.45º73.06%37.84%-
HSV(B)357.45º84.43%65.49%-
XYZ16.579.062.24-
YUV68.84107.21198.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.22%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=74.22%
G=11.56%
B=14.22%

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
Decimal167263200.840.810.35357.4573.0637.84
HexA71A2005451231654926
Octal247324001241214354511146
Binary10100111110101000000101010010100011000111011001011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71A20; }

 p { color: rgb(167,26,32); }

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

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

 a { background-color: rgb(167,26,32); }

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

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

 span { border-color: rgb(167,26,32); }

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