Html Css Color HEX #AD1613 Fire Brick

📋 copy color: '#AD1613'

red 173 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #AD1613

Tints of Fire Brick #AD1613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 80.84%
G = 10.28%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD1613 (or 0xAD1613) is known color: Fire Brick. HEX triplet: AD, 16 and 13. RGB value is (173,22,19). Sum of RGB (Red+Green+Blue) = 173+22+19=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1613 is #52E9EC. Grayscale: #424242. Windows color (decimal): -5433837 or 1250989. OLE color: 1250989.

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

Color convert

RGB 173 22 19 -
CMYK 0 0.87 0.89 0.32
HSL 1.17º 0.8% 0.38% -
HSV(B) 1.17º 0.89% 0.68% -
XYZ 17.64 9.51 1.52 -
YUV 66.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 173 22 19 0 0.87 0.89 0.32 1.17 0.8 0.38
Hex AD 16 13 0 57 59 20 1 50 26
Octal 255 26 23 0 127 131 40 1 120 46
Binary 10101101 10110 10011 0 1010111 1011001 100000 1 1010000 100110

Color Harmonies of #AD1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1613

Black with #AD1613

Text Example


Text Example

White with #AD1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1613; }

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

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

background-color css

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

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

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

border-color css

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

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

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