Html Css Color HEX #AD120E Fire Brick

📋 copy color: '#AD120E'

red 173 ◦ green 18 ◦ blue 14

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

Shades of Fire Brick #AD120E

Tints of Fire Brick #AD120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 84.39%
G = 8.78%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD120E (or 0xAD120E) is known color: Fire Brick. HEX triplet: AD, 12 and 0E. RGB value is (173,18,14). Sum of RGB (Red+Green+Blue) = 173+18+14=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD120E is #52EDF1. Grayscale: #404040. Windows color (decimal): -5434866 or 922285. OLE color: 922285.

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

Color convert

RGB 173 18 14 -
CMYK 0 0.90 0.92 0.32
HSL 1.51º 0.85% 0.37% -
HSV(B) 1.51º 0.92% 0.68% -
XYZ 17.53 9.35 1.3 -
YUV 63.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 173 18 14 0 0.90 0.92 0.32 1.51 0.85 0.37
Hex AD 12 E 0 5A 5C 20 2 55 25
Octal 255 22 16 0 132 134 40 2 125 45
Binary 10101101 10010 1110 0 1011010 1011100 100000 10 1010101 100101

Color Harmonies of #AD120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD120E

Black with #AD120E

Text Example


Text Example

White with #AD120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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