#A31629

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

Shades of Bright Red #A31629

Tints of Bright Red #A31629

Color information

#A31629 (or 0xA31629) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 29. RGB value is (163,22,41). Sum of RGB (Red+Green+Blue) = 163+22+41=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A31629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31629 is #5CE9D6. Grayscale: #424242. Windows color (decimal): -6089175 or 2692771. OLE color: 2692771.

HSL color Cylindrical-coordinate representation of color #A31629: hue angle of 351.91º 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 #A31629 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1632241-
CMYK00.870.750.36
HSL351.91º76.22%36.27%-
HSV(B)351.91º86.5%63.92%-
XYZ15.798.522.91-
YUV66.32113.71196.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.12%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=72.12%
G=9.73%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163224100.870.750.36351.9176.2236.27
HexA316290574B241604c24
Octal243265101271134454011444
Binary10100011101101010010101011110010111001001011000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31629; }

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

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

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

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

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

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

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

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