Html Css Color HEX #AD3118 Fire Brick

📋 copy color: '#AD3118'

red 173 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AD3118

Tints of Fire Brick #AD3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 70.33%
G = 19.92%
B = 9.76%

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

#AD3118 (or 0xAD3118) is known color: Fire Brick. HEX triplet: AD, 31 and 18. RGB value is (173,49,24). Sum of RGB (Red+Green+Blue) = 173+49+24=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3118 is #52CEE7. Grayscale: #535353. Windows color (decimal): -5426920 or 1585581. OLE color: 1585581.

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

Color convert

RGB 173 49 24 -
CMYK 0 0.72 0.86 0.32
HSL 10.07º 0.76% 0.39% -
HSV(B) 10.07º 0.86% 0.68% -
XYZ 18.5 11.15 2.04 -
YUV 83.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 173 49 24 0 0.72 0.86 0.32 10.07 0.76 0.39
Hex AD 31 18 0 48 56 20 A 4C 27
Octal 255 61 30 0 110 126 40 12 114 47
Binary 10101101 110001 11000 0 1001000 1010110 100000 1010 1001100 100111

Color Harmonies of #AD3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3118

Black with #AD3118

Text Example


Text Example

White with #AD3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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