#a31c0e

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

Shades of Fire Brick #A31C0E

Tints of Fire Brick #A31C0E

Color information

#A31C0E (or 0xA31C0E) is unknown color: approx Fire Brick. HEX triplet: A3, 1C and 0E. RGB value is (163,28,14). Sum of RGB (Red+Green+Blue) = 163+28+14=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C0E is #5CE3F1. Grayscale: #424242. Windows color (decimal): -6087666 or 924835. OLE color: 924835.

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

Color convert

RGB1632814-
CMYK00.830.910.36
HSL5.64º84.18%34.71%-
HSV(B)5.64º91.41%63.92%-
XYZ15.68.651.26-
YUV66.7798.23196.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.51%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=79.51%
G=13.66%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163281400.830.910.365.6484.1834.71
HexA31CE0535B2465423
Octal2433416012313344612443
Binary101000111110011100101001110110111001001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31c0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31c0e; }

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

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

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

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

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

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

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

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