#A61807

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

Shades of Fire Brick #A61807

Tints of Fire Brick #A61807

Color information

#A61807 (or 0xA61807) is unknown color: approx Fire Brick. HEX triplet: A6, 18 and 07. RGB value is (166,24,7). Sum of RGB (Red+Green+Blue) = 166+24+7=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A61807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61807 is #59E7F8. Grayscale: #404040. Windows color (decimal): -5892089 or 465062. OLE color: 465062.

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

Color convert

RGB166247-
CMYK00.860.960.35
HSL6.42º91.91%33.92%-
HSV(B)6.42º95.78%65.1%-
XYZ16.098.781.05-
YUV64.5295.54200.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 84.26%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=84.26%
G=12.18%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16624700.860.960.356.4291.9133.92
HexA6187056602365c22
Octal246307012614043613442
Binary10100110110001110101011011000001000111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61807; }

 p { color: rgb(166,24,7); }

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

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

 a { background-color: rgb(166,24,7); }

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

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

 span { border-color: rgb(166,24,7); }

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