Html Css Color HEX #AD2916 Fire Brick

📋 copy color: '#AD2916'

red 173 ◦ green 41 ◦ blue 22

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

Shades of Fire Brick #AD2916

Tints of Fire Brick #AD2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 73.31%
G = 17.37%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2916 (or 0xAD2916) is known color: Fire Brick. HEX triplet: AD, 29 and 16. RGB value is (173,41,22). Sum of RGB (Red+Green+Blue) = 173+41+22=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2916 is #52D6E9. Grayscale: #4E4E4E. Windows color (decimal): -5428970 or 1452461. OLE color: 1452461.

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

Color convert

RGB 173 41 22 -
CMYK 0 0.76 0.87 0.32
HSL 7.55º 0.77% 0.38% -
HSV(B) 7.55º 0.87% 0.68% -
XYZ 18.17 10.53 1.83 -
YUV 78.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 173 41 22 0 0.76 0.87 0.32 7.55 0.77 0.38
Hex AD 29 16 0 4C 57 20 8 4D 26
Octal 255 51 26 0 114 127 40 10 115 46
Binary 10101101 101001 10110 0 1001100 1010111 100000 1000 1001101 100110

Color Harmonies of #AD2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2916

Black with #AD2916

Text Example


Text Example

White with #AD2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2916; }

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

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

background-color css

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

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

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

border-color css

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

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

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