#A31B0E

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

Shades of Fire Brick #A31B0E

Tints of Fire Brick #A31B0E

Color information

#A31B0E (or 0xA31B0E) is unknown color: approx Fire Brick. HEX triplet: A3, 1B and 0E. RGB value is (163,27,14). Sum of RGB (Red+Green+Blue) = 163+27+14=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31B0E is #5CE4F1. Grayscale: #424242. Windows color (decimal): -6087922 or 924579. OLE color: 924579.

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

Color convert

RGB1632714-
CMYK00.830.910.36
HSL5.23º84.18%34.71%-
HSV(B)5.23º91.41%63.92%-
XYZ15.588.61.25-
YUV66.1898.56197.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=79.90%
G=13.24%
B=6.86%

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
Decimal163271400.830.910.365.2384.1834.71
HexA31BE0535B2455423
Octal2433316012313344512443
Binary101000111101111100101001110110111001001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B0E; }

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

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

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

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

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

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

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

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