Html Css Color HEX #AD2011 Fire Brick

📋 copy color: '#AD2011'

red 173 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #AD2011

Tints of Fire Brick #AD2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 77.93%
G = 14.41%
B = 7.66%

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

#AD2011 (or 0xAD2011) is known color: Fire Brick. HEX triplet: AD, 20 and 11. RGB value is (173,32,17). Sum of RGB (Red+Green+Blue) = 173+32+17=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2011 is #52DFEE. Grayscale: #484848. Windows color (decimal): -5431279 or 1122477. OLE color: 1122477.

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

Color convert

RGB 173 32 17 -
CMYK 0 0.82 0.90 0.32
HSL 5.77º 0.82% 0.37% -
HSV(B) 5.77º 0.9% 0.68% -
XYZ 17.85 9.96 1.51 -
YUV 72.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 173 32 17 0 0.82 0.90 0.32 5.77 0.82 0.37
Hex AD 20 11 0 52 5A 20 6 52 25
Octal 255 40 21 0 122 132 40 6 122 45
Binary 10101101 100000 10001 0 1010010 1011010 100000 110 1010010 100101

Color Harmonies of #AD2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2011

Black with #AD2011

Text Example


Text Example

White with #AD2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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