Html Css Color HEX #AD3019 Fire Brick

📋 copy color: '#AD3019'

red 173 ◦ green 48 ◦ blue 25

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

Shades of Fire Brick #AD3019

Tints of Fire Brick #AD3019

RGB

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

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

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

R = 70.33%
G = 19.51%
B = 10.16%

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

#AD3019 (or 0xAD3019) is known color: Fire Brick. HEX triplet: AD, 30 and 19. RGB value is (173,48,25). Sum of RGB (Red+Green+Blue) = 173+48+25=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3019 is #52CFE6. Grayscale: #525252. Windows color (decimal): -5427175 or 1650861. OLE color: 1650861.

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

Color convert

RGB 173 48 25 -
CMYK 0 0.72 0.86 0.32
HSL 9.32º 0.75% 0.39% -
HSV(B) 9.32º 0.86% 0.68% -
XYZ 18.47 11.07 2.08 -
YUV 82.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 173 48 25 0 0.72 0.86 0.32 9.32 0.75 0.39
Hex AD 30 19 0 48 56 20 9 4B 27
Octal 255 60 31 0 110 126 40 11 113 47
Binary 10101101 110000 11001 0 1001000 1010110 100000 1001 1001011 100111

Color Harmonies of #AD3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3019

Black with #AD3019

Text Example


Text Example

White with #AD3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3019; }

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

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

background-color css

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

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

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

border-color css

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

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

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