#A31A30

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

Shades of Bright Red #A31A30

Tints of Bright Red #A31A30

Color information

#A31A30 (or 0xA31A30) is unknown color: approx Bright Red. HEX triplet: A3, 1A and 30. RGB value is (163,26,48). Sum of RGB (Red+Green+Blue) = 163+26+48=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A30 is #5CE5CF. Grayscale: #454545. Windows color (decimal): -6088144 or 3152547. OLE color: 3152547.

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

Color convert

RGB1632648-
CMYK00.840.710.36
HSL350.36º72.49%37.06%-
HSV(B)350.36º84.05%63.92%-
XYZ16.018.743.64-
YUV69.47115.89194.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=68.78%
G=10.97%
B=20.25%

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
Decimal163264800.840.710.36350.3672.4937.06
HexA31A30054472415e4825
Octal243326001241074453611045
Binary10100011110101100000101010010001111001001010111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A30; }

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

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

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

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

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

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

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

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