Html Css Color HEX #AD1811 Fire Brick

📋 copy color: '#AD1811'

red 173 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #AD1811

Tints of Fire Brick #AD1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 80.84%
G = 11.21%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD1811 (or 0xAD1811) is known color: Fire Brick. HEX triplet: AD, 18 and 11. RGB value is (173,24,17). Sum of RGB (Red+Green+Blue) = 173+24+17=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1811 is #52E7EE. Grayscale: #434343. Windows color (decimal): -5433327 or 1120429. OLE color: 1120429.

HSL color Cylindrical-coordinate representation of color #AD1811: hue angle of 2.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 17 -
CMYK 0 0.86 0.90 0.32
HSL 2.69º 0.82% 0.37% -
HSV(B) 2.69º 0.9% 0.68% -
XYZ 17.66 9.58 1.45 -
YUV 67.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 173 24 17 0 0.86 0.90 0.32 2.69 0.82 0.37
Hex AD 18 11 0 56 5A 20 3 52 25
Octal 255 30 21 0 126 132 40 3 122 45
Binary 10101101 11000 10001 0 1010110 1011010 100000 11 1010010 100101

Color Harmonies of #AD1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1811

Black with #AD1811

Text Example


Text Example

White with #AD1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1811; }

 p { color: rgb(173,24,17); }

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

background-color css

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

 a { background-color: rgb(173,24,17); }

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

border-color css

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

 span { border-color: rgb(173,24,17); }

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