#A31A28

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

Shades of Bright Red #A31A28

Tints of Bright Red #A31A28

Color information

#A31A28 (or 0xA31A28) is unknown color: approx Bright Red. HEX triplet: A3, 1A and 28. RGB value is (163,26,40). Sum of RGB (Red+Green+Blue) = 163+26+40=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A28 is #5CE5D7. Grayscale: #444444. Windows color (decimal): -6088152 or 2628259. OLE color: 2628259.

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

Color convert

RGB1632640-
CMYK00.840.750.36
HSL353.87º72.49%37.06%-
HSV(B)353.87º84.05%63.92%-
XYZ15.868.682.85-
YUV68.56111.89195.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.18%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=71.18%
G=11.35%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163264000.840.750.36353.8772.4937.06
HexA31A280544B241624825
Octal243325001241134454211045
Binary10100011110101010000101010010010111001001011000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A28; }

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

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

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

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

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

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

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

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