Html Css Color HEX #AD3119 Fire Brick

📋 copy color: '#AD3119'

red 173 ◦ green 49 ◦ blue 25

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

Shades of Fire Brick #AD3119

Tints of Fire Brick #AD3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 70.04%
G = 19.84%
B = 10.12%

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

#AD3119 (or 0xAD3119) is known color: Fire Brick. HEX triplet: AD, 31 and 19. RGB value is (173,49,25). Sum of RGB (Red+Green+Blue) = 173+49+25=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3119 is #52CEE6. Grayscale: #535353. Windows color (decimal): -5426919 or 1651117. OLE color: 1651117.

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

Color convert

RGB 173 49 25 -
CMYK 0 0.72 0.86 0.32
HSL 9.73º 0.75% 0.39% -
HSV(B) 9.73º 0.86% 0.68% -
XYZ 18.51 11.15 2.1 -
YUV 83.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 173 49 25 0 0.72 0.86 0.32 9.73 0.75 0.39
Hex AD 31 19 0 48 56 20 A 4B 27
Octal 255 61 31 0 110 126 40 12 113 47
Binary 10101101 110001 11001 0 1001000 1010110 100000 1010 1001011 100111

Color Harmonies of #AD3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3119

Black with #AD3119

Text Example


Text Example

White with #AD3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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