Html Css Color HEX #AD1311 Fire Brick

📋 copy color: '#AD1311'

red 173 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #AD1311

Tints of Fire Brick #AD1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 82.78%
G = 9.09%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD1311 (or 0xAD1311) is known color: Fire Brick. HEX triplet: AD, 13 and 11. RGB value is (173,19,17). Sum of RGB (Red+Green+Blue) = 173+19+17=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1311 is #52ECEE. Grayscale: #404040. Windows color (decimal): -5434607 or 1119149. OLE color: 1119149.

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

Color convert

RGB 173 19 17 -
CMYK 0 0.89 0.90 0.32
HSL 0.77º 0.82% 0.37% -
HSV(B) 0.77º 0.9% 0.68% -
XYZ 17.57 9.39 1.42 -
YUV 64.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 173 19 17 0 0.89 0.90 0.32 0.77 0.82 0.37
Hex AD 13 11 0 59 5A 20 1 52 25
Octal 255 23 21 0 131 132 40 1 122 45
Binary 10101101 10011 10001 0 1011001 1011010 100000 1 1010010 100101

Color Harmonies of #AD1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1311

Black with #AD1311

Text Example


Text Example

White with #AD1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1311; }

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

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

background-color css

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

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

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

border-color css

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

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

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