#A31929

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

Shades of Bright Red #A31929

Tints of Bright Red #A31929

Color information

#A31929 (or 0xA31929) is unknown color: approx Bright Red. HEX triplet: A3, 19 and 29. RGB value is (163,25,41). Sum of RGB (Red+Green+Blue) = 163+25+41=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A31929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31929 is #5CE6D6. Grayscale: #444444. Windows color (decimal): -6088407 or 2693539. OLE color: 2693539.

HSL color Cylindrical-coordinate representation of color #A31929: hue angle of 353.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31929 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1632541-
CMYK00.850.750.36
HSL353.04º73.4%36.86%-
HSV(B)353.04º84.66%63.92%-
XYZ15.858.642.93-
YUV68.09112.72195.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.18%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=71.18%
G=10.92%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163254100.850.750.36353.0473.436.86
HexA319290554B241614925
Octal243315101251134454111145
Binary10100011110011010010101010110010111001001011000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31929; }

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

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

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

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

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

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

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

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