#A31626

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

Shades of Bright Red #A31626

Tints of Bright Red #A31626

Color information

#A31626 (or 0xA31626) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 26. RGB value is (163,22,38). Sum of RGB (Red+Green+Blue) = 163+22+38=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A31626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31626 is #5CE9D9. Grayscale: #424242. Windows color (decimal): -6089178 or 2496163. OLE color: 2496163.

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

Color convert

RGB1632238-
CMYK00.870.770.36
HSL353.19º76.22%36.27%-
HSV(B)353.19º86.5%63.92%-
XYZ15.748.52.64-
YUV65.98112.21197.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.09%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=73.09%
G=9.87%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163223800.870.770.36353.1976.2236.27
HexA316260574D241614c24
Octal243264601271154454111444
Binary10100011101101001100101011110011011001001011000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31626; }

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

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

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

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

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

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

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

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