#A31A25

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

Shades of Bright Red #A31A25

Tints of Bright Red #A31A25

Color information

#A31A25 (or 0xA31A25) is unknown color: approx Bright Red. HEX triplet: A3, 1A and 25. RGB value is (163,26,37). Sum of RGB (Red+Green+Blue) = 163+26+37=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A25 is #5CE5DA. Grayscale: #444444. Windows color (decimal): -6088155 or 2431651. OLE color: 2431651.

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

Color convert

RGB1632637-
CMYK00.840.770.36
HSL355.18º72.49%37.06%-
HSV(B)355.18º84.05%63.92%-
XYZ15.818.662.59-
YUV68.22110.39195.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.12%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=72.12%
G=11.50%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163263700.840.770.36355.1872.4937.06
HexA31A250544D241634825
Octal243324501241154454311045
Binary10100011110101001010101010010011011001001011000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A25; }

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

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

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

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

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

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

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

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