Html Css Color HEX #AD3018 Fire Brick

📋 copy color: '#AD3018'

red 173 ◦ green 48 ◦ blue 24

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

Shades of Fire Brick #AD3018

Tints of Fire Brick #AD3018

RGB

 RED value IS 173 (67.97% from 255) = 70.61%

 GREEN value IS 48 (19.14% from 255) = 19.59%

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 70.61%
G = 19.59%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3018 (or 0xAD3018) is known color: Fire Brick. HEX triplet: AD, 30 and 18. RGB value is (173,48,24). Sum of RGB (Red+Green+Blue) = 173+48+24=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3018 is #52CFE7. Grayscale: #525252. Windows color (decimal): -5427176 or 1585325. OLE color: 1585325.

HSL color Cylindrical-coordinate representation of color #AD3018: hue angle of 9.66º 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 #AD3018 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 24 -
CMYK 0 0.72 0.86 0.32
HSL 9.66º 0.76% 0.39% -
HSV(B) 9.66º 0.86% 0.68% -
XYZ 18.46 11.06 2.03 -
YUV 82.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 173 48 24 0 0.72 0.86 0.32 9.66 0.76 0.39
Hex AD 30 18 0 48 56 20 A 4C 27
Octal 255 60 30 0 110 126 40 12 114 47
Binary 10101101 110000 11000 0 1001000 1010110 100000 1010 1001100 100111

Color Harmonies of #AD3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3018

Black with #AD3018

Text Example


Text Example

White with #AD3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3018; }

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

 H1.HeaderClassName
 {
   color: #AD3018;
 }
 .AnyTagClassName
 {
   color: #AD3018;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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