Html Css Color HEX #AD2006 Fire Brick

📋 copy color: '#AD2006'

red 173 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #AD2006

Tints of Fire Brick #AD2006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.84%

R = 81.99%
G = 15.17%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2006 (or 0xAD2006) is known color: Fire Brick. HEX triplet: AD, 20 and 06. RGB value is (173,32,6). Sum of RGB (Red+Green+Blue) = 173+32+6=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2006 is #52DFF9. Grayscale: #474747. Windows color (decimal): -5431290 or 401581. OLE color: 401581.

HSL color Cylindrical-coordinate representation of color #AD2006: hue angle of 9.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2006 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 6 -
CMYK 0 0.82 0.97 0.32
HSL 9.34º 0.93% 0.35% -
HSV(B) 9.34º 0.97% 0.68% -
XYZ 17.78 9.93 1.15 -
YUV 71.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 173 32 6 0 0.82 0.97 0.32 9.34 0.93 0.35
Hex AD 20 6 0 52 61 20 9 5D 23
Octal 255 40 6 0 122 141 40 11 135 43
Binary 10101101 100000 110 0 1010010 1100001 100000 1001 1011101 100011

Color Harmonies of #AD2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2006

Black with #AD2006

Text Example


Text Example

White with #AD2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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