Html Css Color HEX #AD1713 Fire Brick

📋 copy color: '#AD1713'

red 173 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #AD1713

Tints of Fire Brick #AD1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 80.47%
G = 10.7%
B = 8.84%

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

#AD1713 (or 0xAD1713) is known color: Fire Brick. HEX triplet: AD, 17 and 13. RGB value is (173,23,19). Sum of RGB (Red+Green+Blue) = 173+23+19=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1713 is #52E8EC. Grayscale: #434343. Windows color (decimal): -5433581 or 1251245. OLE color: 1251245.

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

Color convert

RGB 173 23 19 -
CMYK 0 0.87 0.89 0.32
HSL 1.56º 0.8% 0.38% -
HSV(B) 1.56º 0.89% 0.68% -
XYZ 17.66 9.54 1.53 -
YUV 67.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 173 23 19 0 0.87 0.89 0.32 1.56 0.8 0.38
Hex AD 17 13 0 57 59 20 2 50 26
Octal 255 27 23 0 127 131 40 2 120 46
Binary 10101101 10111 10011 0 1010111 1011001 100000 10 1010000 100110

Color Harmonies of #AD1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1713

Black with #AD1713

Text Example


Text Example

White with #AD1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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