Html Css Color HEX #AD140E Fire Brick

📋 copy color: '#AD140E'

red 173 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #AD140E

Tints of Fire Brick #AD140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 83.57%
G = 9.66%
B = 6.76%

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

#AD140E (or 0xAD140E) is known color: Fire Brick. HEX triplet: AD, 14 and 0E. RGB value is (173,20,14). Sum of RGB (Red+Green+Blue) = 173+20+14=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD140E is #52EBF1. Grayscale: #414141. Windows color (decimal): -5434354 or 922797. OLE color: 922797.

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

Color convert

RGB 173 20 14 -
CMYK 0 0.88 0.92 0.32
HSL 2.26º 0.85% 0.37% -
HSV(B) 2.26º 0.92% 0.68% -
XYZ 17.56 9.42 1.31 -
YUV 65.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 173 20 14 0 0.88 0.92 0.32 2.26 0.85 0.37
Hex AD 14 E 0 58 5C 20 2 55 25
Octal 255 24 16 0 130 134 40 2 125 45
Binary 10101101 10100 1110 0 1011000 1011100 100000 10 1010101 100101

Color Harmonies of #AD140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD140E

Black with #AD140E

Text Example


Text Example

White with #AD140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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