Html Css Color HEX #AD2317 Fire Brick

📋 copy color: '#AD2317'

red 173 ◦ green 35 ◦ blue 23

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

Shades of Fire Brick #AD2317

Tints of Fire Brick #AD2317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 74.89%
G = 15.15%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2317 (or 0xAD2317) is known color: Fire Brick. HEX triplet: AD, 23 and 17. RGB value is (173,35,23). Sum of RGB (Red+Green+Blue) = 173+35+23=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2317 is #52DCE8. Grayscale: #4B4B4B. Windows color (decimal): -5430505 or 1516461. OLE color: 1516461.

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

Color convert

RGB 173 35 23 -
CMYK 0 0.80 0.87 0.32
HSL 4.8º 0.77% 0.38% -
HSV(B) 4.8º 0.87% 0.68% -
XYZ 17.99 10.15 1.82 -
YUV 74.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 173 35 23 0 0.80 0.87 0.32 4.8 0.77 0.38
Hex AD 23 17 0 50 57 20 5 4D 26
Octal 255 43 27 0 120 127 40 5 115 46
Binary 10101101 100011 10111 0 1010000 1010111 100000 101 1001101 100110

Color Harmonies of #AD2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2317

Black with #AD2317

Text Example


Text Example

White with #AD2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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