#AD2518

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

Shades of Fire Brick #AD2518

Tints of Fire Brick #AD2518

Color information

#AD2518 (or 0xAD2518) is unknown color: approx Fire Brick. HEX triplet: AD, 25 and 18. RGB value is (173,37,24). Sum of RGB (Red+Green+Blue) = 173+37+24=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2518 is #52DAE7. Grayscale: #4C4C4C. Windows color (decimal): -5429992 or 1582509. OLE color: 1582509.

HSL color Cylindrical-coordinate representation of color #AD2518: hue angle of 5.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD2518 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1733724-
CMYK00.790.860.32
HSL5.23º75.63%38.63%-
HSV(B)5.23º86.13%67.84%-
XYZ18.0610.271.9-
YUV76.1898.56197.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.93%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=73.93%
G=15.81%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173372400.790.860.325.2375.6338.63
HexAD251804F562054c27
Octal2554530011712640511447
Binary10101101100101110000100111110101101000001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2518; }

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

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

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

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

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

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

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

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