#A62B0F

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

Shades of Fire Brick #A62B0F

Tints of Fire Brick #A62B0F

Color information

#A62B0F (or 0xA62B0F) is unknown color: approx Fire Brick. HEX triplet: A6, 2B and 0F. RGB value is (166,43,15). Sum of RGB (Red+Green+Blue) = 166+43+15=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62B0F is #59D4F0. Grayscale: #4C4C4C. Windows color (decimal): -5887217 or 994214. OLE color: 994214.

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

Color convert

RGB1664315-
CMYK00.740.910.35
HSL11.13º83.43%35.49%-
HSV(B)11.13º90.96%65.1%-
XYZ16.689.871.48-
YUV76.5893.25191.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=74.11%
G=19.20%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166431500.740.910.3511.1383.4335.49
HexA62BF04A5B23b5323
Octal24653170112133431312343
Binary10100110101011111101001010101101110001110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B0F; }

 p { color: rgb(166,43,15); }

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

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

 a { background-color: rgb(166,43,15); }

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

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

 span { border-color: rgb(166,43,15); }

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