#A31A36

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

Shades of Bright Red #A31A36

Tints of Bright Red #A31A36

Color information

#A31A36 (or 0xA31A36) is unknown color: approx Bright Red. HEX triplet: A3, 1A and 36. RGB value is (163,26,54). Sum of RGB (Red+Green+Blue) = 163+26+54=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A36 is #5CE5C9. Grayscale: #464646. Windows color (decimal): -6088138 or 3545763. OLE color: 3545763.

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

Color convert

RGB1632654-
CMYK00.840.670.36
HSL347.74º72.49%37.06%-
HSV(B)347.74º84.05%63.92%-
XYZ16.148.794.34-
YUV70.16118.89194.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=67.08%
G=10.70%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163265400.840.670.36347.7472.4937.06
HexA31A36054432415c4825
Octal243326601241034453411045
Binary10100011110101101100101010010000111001001010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A36; }

 p { color: rgb(163,26,54); }

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

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

 a { background-color: rgb(163,26,54); }

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

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

 span { border-color: rgb(163,26,54); }

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