Html Css Color HEX #AD110D Fire Brick

📋 copy color: '#AD110D'

red 173 ◦ green 17 ◦ blue 13

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

Shades of Fire Brick #AD110D

Tints of Fire Brick #AD110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 85.22%
G = 8.37%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD110D (or 0xAD110D) is known color: Fire Brick. HEX triplet: AD, 11 and 0D. RGB value is (173,17,13). Sum of RGB (Red+Green+Blue) = 173+17+13=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD110D is #52EEF2. Grayscale: #3F3F3F. Windows color (decimal): -5435123 or 856493. OLE color: 856493.

HSL color Cylindrical-coordinate representation of color #AD110D: hue angle of 1.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD110D is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 13 -
CMYK 0 0.90 0.92 0.32
HSL 1.5º 0.86% 0.36% -
HSV(B) 1.5º 0.92% 0.68% -
XYZ 17.51 9.31 1.26 -
YUV 63.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 173 17 13 0 0.90 0.92 0.32 1.5 0.86 0.36
Hex AD 11 D 0 5A 5C 20 2 56 24
Octal 255 21 15 0 132 134 40 2 126 44
Binary 10101101 10001 1101 0 1011010 1011100 100000 10 1010110 100100

Color Harmonies of #AD110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD110D

Black with #AD110D

Text Example


Text Example

White with #AD110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD110D; }

 p { color: rgb(173,17,13); }

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

background-color css

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

 a { background-color: rgb(173,17,13); }

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

border-color css

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

 span { border-color: rgb(173,17,13); }

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