#A51D18

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

Shades of Fire Brick #A51D18

Tints of Fire Brick #A51D18

Color information

#A51D18 (or 0xA51D18) is unknown color: approx Fire Brick. HEX triplet: A5, 1D and 18. RGB value is (165,29,24). Sum of RGB (Red+Green+Blue) = 165+29+24=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51D18 is #5AE2E7. Grayscale: #454545. Windows color (decimal): -5956328 or 1580453. OLE color: 1580453.

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

Color convert

RGB1652924-
CMYK00.820.850.35
HSL2.13º74.6%37.06%-
HSV(B)2.13º85.45%64.71%-
XYZ16.128.941.74-
YUV69.09102.56196.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.69%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=75.69%
G=13.30%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165292400.820.850.352.1374.637.06
HexA51D18052552324b25
Octal2453530012212543211345
Binary101001011110111000010100101010101100011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51D18; }

 p { color: rgb(165,29,24); }

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

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

 a { background-color: rgb(165,29,24); }

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

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

 span { border-color: rgb(165,29,24); }

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