#A51508

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

Shades of Fire Brick #A51508

Tints of Fire Brick #A51508

Color information

#A51508 (or 0xA51508) is unknown color: approx Fire Brick. HEX triplet: A5, 15 and 08. RGB value is (165,21,8). Sum of RGB (Red+Green+Blue) = 165+21+8=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A51508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51508 is #5AEAF7. Grayscale: #3E3E3E. Windows color (decimal): -5958392 or 529829. OLE color: 529829.

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

Color convert

RGB165218-
CMYK00.870.950.35
HSL4.97º90.75%33.92%-
HSV(B)4.97º95.15%64.71%-
XYZ15.838.551.05-
YUV62.5797.21201.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.05%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=85.05%
G=10.82%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16521800.870.950.354.9790.7533.92
HexA51580575F2355b22
Octal2452510012713743513342
Binary101001011010110000101011110111111000111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51508; }

 p { color: rgb(165,21,8); }

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

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

 a { background-color: rgb(165,21,8); }

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

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

 span { border-color: rgb(165,21,8); }

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