#a61a0b

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

Shades of Fire Brick #A61A0B

Tints of Fire Brick #A61A0B

Color information

#A61A0B (or 0xA61A0B) is unknown color: approx Fire Brick. HEX triplet: A6, 1A and 0B. RGB value is (166,26,11). Sum of RGB (Red+Green+Blue) = 166+26+11=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61A0B is #59E5F4. Grayscale: #424242. Windows color (decimal): -5891573 or 727718. OLE color: 727718.

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

Color convert

RGB1662611-
CMYK00.840.930.35
HSL5.81º87.57%34.71%-
HSV(B)5.81º93.37%65.1%-
XYZ16.168.871.18-
YUV66.1596.88199.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 81.77%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=81.77%
G=12.81%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166261100.840.930.355.8187.5734.71
HexA61AB0545D2365823
Octal2463213012413543613043
Binary101001101101010110101010010111011000111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a61a0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a61a0b; }

 p { color: rgb(166,26,11); }

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

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

 a { background-color: rgb(166,26,11); }

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

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

 span { border-color: rgb(166,26,11); }

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