#A71E3B

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

Shades of Bright Red #A71E3B

Tints of Bright Red #A71E3B

Color information

#A71E3B (or 0xA71E3B) is unknown color: approx Bright Red. HEX triplet: A7, 1E and 3B. RGB value is (167,30,59). Sum of RGB (Red+Green+Blue) = 167+30+59=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E3B is #58E1C4. Grayscale: #4A4A4A. Windows color (decimal): -5824965 or 3874471. OLE color: 3874471.

HSL color Cylindrical-coordinate representation of color #A71E3B: hue angle of 347.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E3B is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1673059-
CMYK00.820.650.35
HSL347.3º69.54%38.63%-
HSV(B)347.3º82.04%65.49%-
XYZ17.199.465.06-
YUV74.27119.39194.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.23%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=65.23%
G=11.72%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167305900.820.650.35347.369.5438.63
HexA71E3B052412315b4627
Octal247367301221014353310647
Binary10100111111101110110101001010000011000111010110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E3B; }

 p { color: rgb(167,30,59); }

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

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

 a { background-color: rgb(167,30,59); }

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

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

 span { border-color: rgb(167,30,59); }

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