#A31631

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

Shades of Bright Red #A31631

Tints of Bright Red #A31631

Color information

#A31631 (or 0xA31631) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 31. RGB value is (163,22,49). Sum of RGB (Red+Green+Blue) = 163+22+49=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A31631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31631 is #5CE9CE. Grayscale: #434343. Windows color (decimal): -6089167 or 3217059. OLE color: 3217059.

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

Color convert

RGB1632249-
CMYK00.870.700.36
HSL348.51º76.22%36.27%-
HSV(B)348.51º86.5%63.92%-
XYZ15.958.583.72-
YUV67.24117.71196.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=69.66%
G=9.40%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163224900.870.700.36348.5176.2236.27
HexA31631057462415d4c24
Octal243266101271064453511444
Binary10100011101101100010101011110001101001001010111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31631; }

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

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

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

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

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

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

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

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