Html Css Color HEX #AD140F Fire Brick

📋 copy color: '#AD140F'

red 173 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #AD140F

Tints of Fire Brick #AD140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 83.17%
G = 9.62%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD140F (or 0xAD140F) is known color: Fire Brick. HEX triplet: AD, 14 and 0F. RGB value is (173,20,15). Sum of RGB (Red+Green+Blue) = 173+20+15=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD140F is #52EBF0. Grayscale: #414141. Windows color (decimal): -5434353 or 988333. OLE color: 988333.

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

Color convert

RGB 173 20 15 -
CMYK 0 0.88 0.91 0.32
HSL 1.9º 0.84% 0.37% -
HSV(B) 1.9º 0.91% 0.68% -
XYZ 17.57 9.42 1.34 -
YUV 65.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 173 20 15 0 0.88 0.91 0.32 1.9 0.84 0.37
Hex AD 14 F 0 58 5B 20 2 54 25
Octal 255 24 17 0 130 133 40 2 124 45
Binary 10101101 10100 1111 0 1011000 1011011 100000 10 1010100 100101

Color Harmonies of #AD140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD140F

Black with #AD140F

Text Example


Text Example

White with #AD140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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