Html Css Color HEX #AD1F11 Fire Brick

📋 copy color: '#AD1F11'

red 173 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #AD1F11

Tints of Fire Brick #AD1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

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

R = 78.28%
G = 14.03%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD1F11 (or 0xAD1F11) is known color: Fire Brick. HEX triplet: AD, 1F and 11. RGB value is (173,31,17). Sum of RGB (Red+Green+Blue) = 173+31+17=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F11 is #52E0EE. Grayscale: #484848. Windows color (decimal): -5431535 or 1122221. OLE color: 1122221.

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

Color convert

RGB 173 31 17 -
CMYK 0 0.82 0.90 0.32
HSL 5.38º 0.82% 0.37% -
HSV(B) 5.38º 0.9% 0.68% -
XYZ 17.82 9.9 1.5 -
YUV 71.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 173 31 17 0 0.82 0.90 0.32 5.38 0.82 0.37
Hex AD 1F 11 0 52 5A 20 5 52 25
Octal 255 37 21 0 122 132 40 5 122 45
Binary 10101101 11111 10001 0 1010010 1011010 100000 101 1010010 100101

Color Harmonies of #AD1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F11

Black with #AD1F11

Text Example


Text Example

White with #AD1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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