#A61D00

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

Shades of Fire Brick #A61D00

Tints of Fire Brick #A61D00

Color information

#A61D00 (or 0xA61D00) is unknown color: approx Fire Brick. HEX triplet: A6, 1D and 00. RGB value is (166,29,0). Sum of RGB (Red+Green+Blue) = 166+29+0=195 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.13% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D00 is #59E2FF. Grayscale: #424242. Windows color (decimal): -5890816 or 7590. OLE color: 7590.

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

Color convert

RGB166290-
CMYK00.8310.35
HSL10.48º100%32.55%-
HSV(B)10.48º100%65.1%-
XYZ16.178.990.88-
YUV66.6690.39198.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 85.13%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.13%
G=14.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16629000.8310.3510.4810032.55
HexA61D00536423a6421
Octal2463500123144431214441
Binary1010011011101001010011110010010001110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61D00; }

 p { color: rgb(166,29,0); }

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

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

 a { background-color: rgb(166,29,0); }

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

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

 span { border-color: rgb(166,29,0); }

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