Html Css Color HEX #AD3017 Fire Brick

📋 copy color: '#AD3017'

red 173 ◦ green 48 ◦ blue 23

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

Shades of Fire Brick #AD3017

Tints of Fire Brick #AD3017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 70.9%
G = 19.67%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD3017 (or 0xAD3017) is known color: Fire Brick. HEX triplet: AD, 30 and 17. RGB value is (173,48,23). Sum of RGB (Red+Green+Blue) = 173+48+23=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3017 is #52CFE8. Grayscale: #525252. Windows color (decimal): -5427177 or 1519789. OLE color: 1519789.

HSL color Cylindrical-coordinate representation of color #AD3017: hue angle of 10º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD3017 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 23 -
CMYK 0 0.72 0.87 0.32
HSL 10º 0.77% 0.38% -
HSV(B) 10º 0.87% 0.68% -
XYZ 18.45 11.06 1.97 -
YUV 82.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 173 48 23 0 0.72 0.87 0.32 10 0.77 0.38
Hex AD 30 17 0 48 57 20 A 4D 26
Octal 255 60 27 0 110 127 40 12 115 46
Binary 10101101 110000 10111 0 1001000 1010111 100000 1010 1001101 100110

Color Harmonies of #AD3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3017

Black with #AD3017

Text Example


Text Example

White with #AD3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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