#A81B09

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

Shades of Fire Brick #A81B09

Tints of Fire Brick #A81B09

Color information

#A81B09 (or 0xA81B09) is unknown color: approx Fire Brick. HEX triplet: A8, 1B and 09. RGB value is (168,27,9). Sum of RGB (Red+Green+Blue) = 168+27+9=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B09 is #57E4F6. Grayscale: #434343. Windows color (decimal): -5760247 or 596904. OLE color: 596904.

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

Color convert

RGB168279-
CMYK00.840.950.34
HSL6.79º89.83%34.71%-
HSV(B)6.79º94.64%65.88%-
XYZ16.599.131.15-
YUV67.1195.21199.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 82.35%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=82.35%
G=13.24%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16827900.840.950.346.7989.8334.71
HexA81B90545F2275a23
Octal2503311012413742713243
Binary101010001101110010101010010111111000101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81B09; }

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

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

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

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

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

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

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

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