#A31C1D

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

Shades of Bright Red #A31C1D

Tints of Bright Red #A31C1D

Color information

#A31C1D (or 0xA31C1D) is unknown color: approx Bright Red. HEX triplet: A3, 1C and 1D. RGB value is (163,28,29). Sum of RGB (Red+Green+Blue) = 163+28+29=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C1D is #5CE3E2. Grayscale: #444444. Windows color (decimal): -6087651 or 1907875. OLE color: 1907875.

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

Color convert

RGB1632829-
CMYK00.830.820.36
HSL359.56º70.68%37.45%-
HSV(B)359.56º82.82%63.92%-
XYZ15.748.712.01-
YUV68.48105.73195.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.09%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=74.09%
G=12.73%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163282900.830.820.36359.5670.6837.45
HexA31C1D05352241684725
Octal243343501231224455010745
Binary1010001111100111010101001110100101001001011010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C1D; }

 p { color: rgb(163,28,29); }

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

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

 a { background-color: rgb(163,28,29); }

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

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

 span { border-color: rgb(163,28,29); }

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