#A81B0D

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

Shades of Fire Brick #A81B0D

Tints of Fire Brick #A81B0D

Color information

#A81B0D (or 0xA81B0D) is unknown color: approx Fire Brick. HEX triplet: A8, 1B and 0D. RGB value is (168,27,13). Sum of RGB (Red+Green+Blue) = 168+27+13=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B0D is #57E4F2. Grayscale: #434343. Windows color (decimal): -5760243 or 859048. OLE color: 859048.

HSL color Cylindrical-coordinate representation of color #A81B0D: hue angle of 5.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A81B0D is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1682713-
CMYK00.840.920.34
HSL5.42º85.64%35.49%-
HSV(B)5.42º92.26%65.88%-
XYZ16.619.141.27-
YUV67.5697.21199.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 80.77%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=80.77%
G=12.98%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168271300.840.920.345.4285.6435.49
HexA81BD0545C2255623
Octal2503315012413442512643
Binary101010001101111010101010010111001000101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81B0D; }

 p { color: rgb(168,27,13); }

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

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

 a { background-color: rgb(168,27,13); }

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

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

 span { border-color: rgb(168,27,13); }

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