#A31A2F

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

Shades of Bright Red #A31A2F

Tints of Bright Red #A31A2F

Color information

#A31A2F (or 0xA31A2F) is unknown color: approx Bright Red. HEX triplet: A3, 1A and 2F. RGB value is (163,26,47). Sum of RGB (Red+Green+Blue) = 163+26+47=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A2F is #5CE5D0. Grayscale: #454545. Windows color (decimal): -6088145 or 3087011. OLE color: 3087011.

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

Color convert

RGB1632647-
CMYK00.840.710.36
HSL350.8º72.49%37.06%-
HSV(B)350.8º84.05%63.92%-
XYZ15.998.733.53-
YUV69.36115.39194.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=69.07%
G=11.02%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163264700.840.710.36350.872.4937.06
HexA31A2F054472415f4825
Octal243325701241074453711045
Binary10100011110101011110101010010001111001001010111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A2F; }

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

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

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

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

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

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

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

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