#A81D12

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

Shades of Fire Brick #A81D12

Tints of Fire Brick #A81D12

Color information

#A81D12 (or 0xA81D12) is unknown color: approx Fire Brick. HEX triplet: A8, 1D and 12. RGB value is (168,29,18). Sum of RGB (Red+Green+Blue) = 168+29+18=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81D12 is #57E2ED. Grayscale: #454545. Windows color (decimal): -5759726 or 1187240. OLE color: 1187240.

HSL color Cylindrical-coordinate representation of color #A81D12: hue angle of 4.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81D12 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1682918-
CMYK00.830.890.34
HSL4.4º80.65%36.47%-
HSV(B)4.4º89.29%65.88%-
XYZ16.79.251.48-
YUV69.3199.05198.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.14%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=78.14%
G=13.49%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168291800.830.890.344.480.6536.47
HexA81D12053592245124
Octal2503522012313142412144
Binary1010100011101100100101001110110011000101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81D12; }

 p { color: rgb(168,29,18); }

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

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

 a { background-color: rgb(168,29,18); }

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

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

 span { border-color: rgb(168,29,18); }

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