Html Css Color HEX #AD311D Fire Brick

📋 copy color: '#AD311D'

red 173 ◦ green 49 ◦ blue 29

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

Shades of Fire Brick #AD311D

Tints of Fire Brick #AD311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 68.92%
G = 19.52%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD311D (or 0xAD311D) is known color: Fire Brick. HEX triplet: AD, 31 and 1D. RGB value is (173,49,29). Sum of RGB (Red+Green+Blue) = 173+49+29=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD311D is #52CEE2. Grayscale: #545454. Windows color (decimal): -5426915 or 1913261. OLE color: 1913261.

HSL color Cylindrical-coordinate representation of color #AD311D: hue angle of 8.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD311D is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 29 -
CMYK 0 0.72 0.83 0.32
HSL 8.33º 0.71% 0.4% -
HSV(B) 8.33º 0.83% 0.68% -
XYZ 18.55 11.17 2.34 -
YUV 83.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 173 49 29 0 0.72 0.83 0.32 8.33 0.71 0.4
Hex AD 31 1D 0 48 53 20 8 47 28
Octal 255 61 35 0 110 123 40 10 107 50
Binary 10101101 110001 11101 0 1001000 1010011 100000 1000 1000111 101000

Color Harmonies of #AD311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD311D

Black with #AD311D

Text Example


Text Example

White with #AD311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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