Html Css Color HEX #AD140B Fire Brick

📋 copy color: '#AD140B'

red 173 ◦ green 20 ◦ blue 11

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

Shades of Fire Brick #AD140B

Tints of Fire Brick #AD140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.39%

R = 84.8%
G = 9.8%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD140B (or 0xAD140B) is known color: Fire Brick. HEX triplet: AD, 14 and 0B. RGB value is (173,20,11). Sum of RGB (Red+Green+Blue) = 173+20+11=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD140B is #52EBF4. Grayscale: #404040. Windows color (decimal): -5434357 or 726189. OLE color: 726189.

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

Color convert

RGB 173 20 11 -
CMYK 0 0.88 0.94 0.32
HSL 3.33º 0.88% 0.36% -
HSV(B) 3.33º 0.94% 0.68% -
XYZ 17.54 9.41 1.21 -
YUV 64.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 173 20 11 0 0.88 0.94 0.32 3.33 0.88 0.36
Hex AD 14 B 0 58 5E 20 3 58 24
Octal 255 24 13 0 130 136 40 3 130 44
Binary 10101101 10100 1011 0 1011000 1011110 100000 11 1011000 100100

Color Harmonies of #AD140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD140B

Black with #AD140B

Text Example


Text Example

White with #AD140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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