#A61F0E

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

Shades of Fire Brick #A61F0E

Tints of Fire Brick #A61F0E

Color information

#A61F0E (or 0xA61F0E) is unknown color: approx Fire Brick. HEX triplet: A6, 1F and 0E. RGB value is (166,31,14). Sum of RGB (Red+Green+Blue) = 166+31+14=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F0E is #59E0F1. Grayscale: #454545. Windows color (decimal): -5890290 or 925606. OLE color: 925606.

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

Color convert

RGB1663114-
CMYK00.810.920.35
HSL6.71º84.44%35.29%-
HSV(B)6.71º91.57%65.1%-
XYZ16.39.121.32-
YUV69.4396.73196.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.67%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=78.67%
G=14.69%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166311400.810.920.356.7184.4435.29
HexA61FE0515C2375423
Octal2463716012113443712443
Binary101001101111111100101000110111001000111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F0E; }

 p { color: rgb(166,31,14); }

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

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

 a { background-color: rgb(166,31,14); }

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

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

 span { border-color: rgb(166,31,14); }

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