#A71626

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

Shades of Bright Red #A71626

Tints of Bright Red #A71626

Color information

#A71626 (or 0xA71626) is unknown color: approx Bright Red. HEX triplet: A7, 16 and 26. RGB value is (167,22,38). Sum of RGB (Red+Green+Blue) = 167+22+38=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A71626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71626 is #58E9D9. Grayscale: #434343. Windows color (decimal): -5827034 or 2496167. OLE color: 2496167.

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

Color convert

RGB1672238-
CMYK00.870.770.35
HSL353.38º76.72%37.06%-
HSV(B)353.38º86.83%65.49%-
XYZ16.578.932.68-
YUV67.18111.54199.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.57%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=73.57%
G=9.69%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167223800.870.770.35353.3876.7237.06
HexA716260574D231614d25
Octal247264601271154354111545
Binary10100111101101001100101011110011011000111011000011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71626; }

 p { color: rgb(167,22,38); }

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

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

 a { background-color: rgb(167,22,38); }

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

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

 span { border-color: rgb(167,22,38); }

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