#A31D0F

Color #A31D0F Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A31D0F

Tints of Fire Brick #A31D0F

Color information

#A31D0F (or 0xA31D0F) is unknown color: approx Fire Brick. HEX triplet: A3, 1D and 0F. RGB value is (163,29,15). Sum of RGB (Red+Green+Blue) = 163+29+15=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D0F is #5CE2F0. Grayscale: #434343. Windows color (decimal): -6087409 or 990627. OLE color: 990627.

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

Color convert

RGB1632915-
CMYK00.820.910.36
HSL5.68º83.15%34.9%-
HSV(B)5.68º90.8%63.92%-
XYZ15.638.71.31-
YUV67.4798.39196.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 78.74%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=78.74%
G=14.01%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163291500.820.910.365.6883.1534.9
HexA31DF0525B2465323
Octal2433517012213344612343
Binary101000111110111110101001010110111001001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31D0F; }

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

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

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

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

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

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

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

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