Html Css Color HEX #AD2008 Fire Brick

📋 copy color: '#AD2008'

red 173 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #AD2008

Tints of Fire Brick #AD2008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 81.22%
G = 15.02%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2008 (or 0xAD2008) is known color: Fire Brick. HEX triplet: AD, 20 and 08. RGB value is (173,32,8). Sum of RGB (Red+Green+Blue) = 173+32+8=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2008 is #52DFF7. Grayscale: #474747. Windows color (decimal): -5431288 or 532653. OLE color: 532653.

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

Color convert

RGB 173 32 8 -
CMYK 0 0.82 0.95 0.32
HSL 8.73º 0.91% 0.35% -
HSV(B) 8.73º 0.95% 0.68% -
XYZ 17.79 9.93 1.21 -
YUV 71.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 173 32 8 0 0.82 0.95 0.32 8.73 0.91 0.35
Hex AD 20 8 0 52 5F 20 9 5B 23
Octal 255 40 10 0 122 137 40 11 133 43
Binary 10101101 100000 1000 0 1010010 1011111 100000 1001 1011011 100011

Color Harmonies of #AD2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2008

Black with #AD2008

Text Example


Text Example

White with #AD2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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