Html Css Color HEX #AD2518 Fire Brick

📋 copy color: '#AD2518'

red 173 ◦ green 37 ◦ blue 24

#AD2518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AD2518

Tints of Fire Brick #AD2518

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 value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2518 (or 0xAD2518) is known color: 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

RGB 173 37 24 -
CMYK 0 0.79 0.86 0.32
HSL 5.23º 0.76% 0.39% -
HSV(B) 5.23º 0.86% 0.68% -
XYZ 18.06 10.27 1.9 -
YUV 76.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 173 37 24 0 0.79 0.86 0.32 5.23 0.76 0.39
Hex AD 25 18 0 4F 56 20 5 4C 27
Octal 255 45 30 0 117 126 40 5 114 47
Binary 10101101 100101 11000 0 1001111 1010110 100000 101 1001100 100111

Color Harmonies of #AD2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2518

Black with #AD2518

Text Example


Text Example

White with #AD2518

Text Example


Text Example

HTML Codes & Css Web 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>