Html Css Color HEX #AD140D Fire Brick

📋 copy color: '#AD140D'

red 173 ◦ green 20 ◦ blue 13

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

Shades of Fire Brick #AD140D

Tints of Fire Brick #AD140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 83.98%
G = 9.71%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD140D (or 0xAD140D) is known color: Fire Brick. HEX triplet: AD, 14 and 0D. RGB value is (173,20,13). Sum of RGB (Red+Green+Blue) = 173+20+13=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD140D is #52EBF2. Grayscale: #414141. Windows color (decimal): -5434355 or 857261. OLE color: 857261.

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

Color convert

RGB 173 20 13 -
CMYK 0 0.88 0.92 0.32
HSL 2.63º 0.86% 0.36% -
HSV(B) 2.63º 0.92% 0.68% -
XYZ 17.56 9.41 1.27 -
YUV 64.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 173 20 13 0 0.88 0.92 0.32 2.63 0.86 0.36
Hex AD 14 D 0 58 5C 20 3 56 24
Octal 255 24 15 0 130 134 40 3 126 44
Binary 10101101 10100 1101 0 1011000 1011100 100000 11 1010110 100100

Color Harmonies of #AD140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD140D

Black with #AD140D

Text Example


Text Example

White with #AD140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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