Html Css Color HEX #AD1614 Fire Brick

📋 copy color: '#AD1614'

red 173 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #AD1614

Tints of Fire Brick #AD1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 80.47%
G = 10.23%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1614 (or 0xAD1614) is known color: Fire Brick. HEX triplet: AD, 16 and 14. RGB value is (173,22,20). Sum of RGB (Red+Green+Blue) = 173+22+20=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1614 is #52E9EB. Grayscale: #434343. Windows color (decimal): -5433836 or 1316525. OLE color: 1316525.

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

Color convert

RGB 173 22 20 -
CMYK 0 0.87 0.88 0.32
HSL 0.78º 0.79% 0.38% -
HSV(B) 0.78º 0.88% 0.68% -
XYZ 17.65 9.51 1.57 -
YUV 66.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 173 22 20 0 0.87 0.88 0.32 0.78 0.79 0.38
Hex AD 16 14 0 57 58 20 1 4F 26
Octal 255 26 24 0 127 130 40 1 117 46
Binary 10101101 10110 10100 0 1010111 1011000 100000 1 1001111 100110

Color Harmonies of #AD1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1614

Black with #AD1614

Text Example


Text Example

White with #AD1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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