Html Css Color HEX #AD311A Fire Brick

📋 copy color: '#AD311A'

red 173 ◦ green 49 ◦ blue 26

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

Shades of Fire Brick #AD311A

Tints of Fire Brick #AD311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 69.76%
G = 19.76%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD311A (or 0xAD311A) is known color: Fire Brick. HEX triplet: AD, 31 and 1A. RGB value is (173,49,26). Sum of RGB (Red+Green+Blue) = 173+49+26=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD311A is #52CEE5. Grayscale: #535353. Windows color (decimal): -5426918 or 1716653. OLE color: 1716653.

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

Color convert

RGB 173 49 26 -
CMYK 0 0.72 0.85 0.32
HSL 9.39º 0.74% 0.39% -
HSV(B) 9.39º 0.85% 0.68% -
XYZ 18.52 11.16 2.15 -
YUV 83.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 173 49 26 0 0.72 0.85 0.32 9.39 0.74 0.39
Hex AD 31 1A 0 48 55 20 9 4A 27
Octal 255 61 32 0 110 125 40 11 112 47
Binary 10101101 110001 11010 0 1001000 1010101 100000 1001 1001010 100111

Color Harmonies of #AD311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD311A

Black with #AD311A

Text Example


Text Example

White with #AD311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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