#A71731

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

Shades of Bright Red #A71731

Tints of Bright Red #A71731

Color information

#A71731 (or 0xA71731) is unknown color: approx Bright Red. HEX triplet: A7, 17 and 31. RGB value is (167,23,49). Sum of RGB (Red+Green+Blue) = 167+23+49=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A71731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71731 is #58E8CE. Grayscale: #454545. Windows color (decimal): -5826767 or 3217319. OLE color: 3217319.

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

Color convert

RGB1672349-
CMYK00.860.710.35
HSL349.17º75.79%37.25%-
HSV(B)349.17º86.23%65.49%-
XYZ16.89.053.77-
YUV69.02116.71197.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=69.87%
G=9.62%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167234900.860.710.35349.1775.7937.25
HexA71731056472315d4c25
Octal247276101261074353511445
Binary10100111101111100010101011010001111000111010111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71731; }

 p { color: rgb(167,23,49); }

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

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

 a { background-color: rgb(167,23,49); }

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

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

 span { border-color: rgb(167,23,49); }

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