#A62518

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

Shades of Fire Brick #A62518

Tints of Fire Brick #A62518

Color information

#A62518 (or 0xA62518) is unknown color: approx Fire Brick. HEX triplet: A6, 25 and 18. RGB value is (166,37,24). Sum of RGB (Red+Green+Blue) = 166+37+24=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A62518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62518 is #59DAE7. Grayscale: #4A4A4A. Windows color (decimal): -5888744 or 1582502. OLE color: 1582502.

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

Color convert

RGB1663724-
CMYK00.780.860.35
HSL5.49º74.74%37.25%-
HSV(B)5.49º85.54%65.1%-
XYZ16.559.51.82-
YUV74.0999.74193.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=73.13%
G=16.30%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166372400.780.860.355.4974.7437.25
HexA6251804E562354b25
Octal2464530011612643511345
Binary10100110100101110000100111010101101000111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62518; }

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

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

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

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

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

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

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

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