Html Css Color HEX #AD1E11 Fire Brick

📋 copy color: '#AD1E11'

red 173 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #AD1E11

Tints of Fire Brick #AD1E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

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

R = 78.64%
G = 13.64%
B = 7.73%

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

#AD1E11 (or 0xAD1E11) is known color: Fire Brick. HEX triplet: AD, 1E and 11. RGB value is (173,30,17). Sum of RGB (Red+Green+Blue) = 173+30+17=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E11 is #52E1EE. Grayscale: #474747. Windows color (decimal): -5431791 or 1121965. OLE color: 1121965.

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

Color convert

RGB 173 30 17 -
CMYK 0 0.83 0.90 0.32
HSL 0.82% 0.37% -
HSV(B) 0.9% 0.68% -
XYZ 17.8 9.85 1.49 -
YUV 71.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 173 30 17 0 0.83 0.90 0.32 5 0.82 0.37
Hex AD 1E 11 0 53 5A 20 5 52 25
Octal 255 36 21 0 123 132 40 5 122 45
Binary 10101101 11110 10001 0 1010011 1011010 100000 101 1010010 100101

Color Harmonies of #AD1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E11

Black with #AD1E11

Text Example


Text Example

White with #AD1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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