Html Css Color HEX #AD100E Fire Brick

📋 copy color: '#AD100E'

red 173 ◦ green 16 ◦ blue 14

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

Shades of Fire Brick #AD100E

Tints of Fire Brick #AD100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 85.22%
G = 7.88%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD100E (or 0xAD100E) is known color: Fire Brick. HEX triplet: AD, 10 and 0E. RGB value is (173,16,14). Sum of RGB (Red+Green+Blue) = 173+16+14=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD100E is #52EFF1. Grayscale: #3E3E3E. Windows color (decimal): -5435378 or 921773. OLE color: 921773.

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

Color convert

RGB 173 16 14 -
CMYK 0 0.91 0.92 0.32
HSL 0.75º 0.85% 0.37% -
HSV(B) 0.75º 0.92% 0.68% -
XYZ 17.5 9.29 1.29 -
YUV 62.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 173 16 14 0 0.91 0.92 0.32 0.75 0.85 0.37
Hex AD 10 E 0 5B 5C 20 1 55 25
Octal 255 20 16 0 133 134 40 1 125 45
Binary 10101101 10000 1110 0 1011011 1011100 100000 1 1010101 100101

Color Harmonies of #AD100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD100E

Black with #AD100E

Text Example


Text Example

White with #AD100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD100E; }

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

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

background-color css

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

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

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

border-color css

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

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

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