Html Css Color HEX #AD2016 Fire Brick

📋 copy color: '#AD2016'

red 173 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #AD2016

Tints of Fire Brick #AD2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 76.21%
G = 14.1%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2016 (or 0xAD2016) is known color: Fire Brick. HEX triplet: AD, 20 and 16. RGB value is (173,32,22). Sum of RGB (Red+Green+Blue) = 173+32+22=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2016 is #52DFE9. Grayscale: #494949. Windows color (decimal): -5431274 or 1450157. OLE color: 1450157.

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

Color convert

RGB 173 32 22 -
CMYK 0 0.82 0.87 0.32
HSL 3.97º 0.77% 0.38% -
HSV(B) 3.97º 0.87% 0.68% -
XYZ 17.89 9.98 1.74 -
YUV 73.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 173 32 22 0 0.82 0.87 0.32 3.97 0.77 0.38
Hex AD 20 16 0 52 57 20 4 4D 26
Octal 255 40 26 0 122 127 40 4 115 46
Binary 10101101 100000 10110 0 1010010 1010111 100000 100 1001101 100110

Color Harmonies of #AD2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2016

Black with #AD2016

Text Example


Text Example

White with #AD2016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2016; }

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

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

background-color css

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

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

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

border-color css

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

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

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