#a31633

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

Shades of Bright Red #A31633

Tints of Bright Red #A31633

Color information

#A31633 (or 0xA31633) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 33. RGB value is (163,22,51). Sum of RGB (Red+Green+Blue) = 163+22+51=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A31633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31633 is #5CE9CC. Grayscale: #434343. Windows color (decimal): -6089165 or 3348131. OLE color: 3348131.

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

Color convert

RGB1632251-
CMYK00.870.690.36
HSL347.66º76.22%36.27%-
HSV(B)347.66º86.5%63.92%-
XYZ15.998.63.95-
YUV67.46118.71196.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=69.07%
G=9.32%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163225100.870.690.36347.6676.2236.27
HexA31633057452415c4c24
Octal243266301271054453411444
Binary10100011101101100110101011110001011001001010111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31633; }

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

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

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

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

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

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

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

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