Html Css Color HEX #AD1D11 Fire Brick

📋 copy color: '#AD1D11'

red 173 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #AD1D11

Tints of Fire Brick #AD1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

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

R = 79%
G = 13.24%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD1D11 (or 0xAD1D11) is known color: Fire Brick. HEX triplet: AD, 1D and 11. RGB value is (173,29,17). Sum of RGB (Red+Green+Blue) = 173+29+17=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D11 is #52E2EE. Grayscale: #464646. Windows color (decimal): -5432047 or 1121709. OLE color: 1121709.

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

Color convert

RGB 173 29 17 -
CMYK 0 0.83 0.90 0.32
HSL 4.62º 0.82% 0.37% -
HSV(B) 4.62º 0.9% 0.68% -
XYZ 17.77 9.8 1.49 -
YUV 70.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 173 29 17 0 0.83 0.90 0.32 4.62 0.82 0.37
Hex AD 1D 11 0 53 5A 20 5 52 25
Octal 255 35 21 0 123 132 40 5 122 45
Binary 10101101 11101 10001 0 1010011 1011010 100000 101 1010010 100101

Color Harmonies of #AD1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D11

Black with #AD1D11

Text Example


Text Example

White with #AD1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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