Html Css Color HEX #AD2316 Fire Brick

📋 copy color: '#AD2316'

red 173 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #AD2316

Tints of Fire Brick #AD2316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 75.22%
G = 15.22%
B = 9.57%

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

#AD2316 (or 0xAD2316) is known color: Fire Brick. HEX triplet: AD, 23 and 16. RGB value is (173,35,22). Sum of RGB (Red+Green+Blue) = 173+35+22=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2316 is #52DCE9. Grayscale: #4A4A4A. Windows color (decimal): -5430506 or 1450925. OLE color: 1450925.

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

Color convert

RGB 173 35 22 -
CMYK 0 0.80 0.87 0.32
HSL 5.17º 0.77% 0.38% -
HSV(B) 5.17º 0.87% 0.68% -
XYZ 17.98 10.14 1.77 -
YUV 74.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 173 35 22 0 0.80 0.87 0.32 5.17 0.77 0.38
Hex AD 23 16 0 50 57 20 5 4D 26
Octal 255 43 26 0 120 127 40 5 115 46
Binary 10101101 100011 10110 0 1010000 1010111 100000 101 1001101 100110

Color Harmonies of #AD2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2316

Black with #AD2316

Text Example


Text Example

White with #AD2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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