Html Css Color HEX #AD2007 Fire Brick

📋 copy color: '#AD2007'

red 173 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #AD2007

Tints of Fire Brick #AD2007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 81.6%
G = 15.09%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD2007 (or 0xAD2007) is known color: Fire Brick. HEX triplet: AD, 20 and 07. RGB value is (173,32,7). Sum of RGB (Red+Green+Blue) = 173+32+7=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2007 is #52DFF8. Grayscale: #474747. Windows color (decimal): -5431289 or 467117. OLE color: 467117.

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

Color convert

RGB 173 32 7 -
CMYK 0 0.82 0.96 0.32
HSL 9.04º 0.92% 0.35% -
HSV(B) 9.04º 0.96% 0.68% -
XYZ 17.79 9.93 1.18 -
YUV 71.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 173 32 7 0 0.82 0.96 0.32 9.04 0.92 0.35
Hex AD 20 7 0 52 60 20 9 5C 23
Octal 255 40 7 0 122 140 40 11 134 43
Binary 10101101 100000 111 0 1010010 1100000 100000 1001 1011100 100011

Color Harmonies of #AD2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2007

Black with #AD2007

Text Example


Text Example

White with #AD2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2007; }

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

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

background-color css

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

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

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

border-color css

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

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

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