Html Css Color HEX #AD2000 Fire Brick

📋 copy color: '#AD2000'

red 173 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #AD2000

Tints of Fire Brick #AD2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.39%
G = 15.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD2000 (or 0xAD2000) is known color: Fire Brick. HEX triplet: AD, 20 and 00. RGB value is (173,32,0). Sum of RGB (Red+Green+Blue) = 173+32+0=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2000 is #52DFFF. Grayscale: #464646. Windows color (decimal): -5431296 or 8365. OLE color: 8365.

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

Color convert

RGB 173 32 0 -
CMYK 0 0.82 1 0.32
HSL 11.1º 1% 0.34% -
HSV(B) 11.1º 1% 0.68% -
XYZ 17.75 9.92 0.98 -
YUV 70.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 173 32 0 0 0.82 1 0.32 11.1 1 0.34
Hex AD 20 0 0 52 64 20 B 64 22
Octal 255 40 0 0 122 144 40 13 144 42
Binary 10101101 100000 0 0 1010010 1100100 100000 1011 1100100 100010

Color Harmonies of #AD2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2000

Black with #AD2000

Text Example


Text Example

White with #AD2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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