Html Css Color HEX #AD2820 Fire Brick

📋 copy color: '#AD2820'

red 173 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #AD2820

Tints of Fire Brick #AD2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 70.61%
G = 16.33%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD2820 (or 0xAD2820) is known color: Fire Brick. HEX triplet: AD, 28 and 20. RGB value is (173,40,32). Sum of RGB (Red+Green+Blue) = 173+40+32=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2820 is #52D7DF. Grayscale: #4F4F4F. Windows color (decimal): -5429216 or 2107565. OLE color: 2107565.

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

Color convert

RGB 173 40 32 -
CMYK 0 0.77 0.82 0.32
HSL 3.4º 0.69% 0.4% -
HSV(B) 3.4º 0.82% 0.68% -
XYZ 18.25 10.51 2.43 -
YUV 78.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 173 40 32 0 0.77 0.82 0.32 3.4 0.69 0.4
Hex AD 28 20 0 4D 52 20 3 45 28
Octal 255 50 40 0 115 122 40 3 105 50
Binary 10101101 101000 100000 0 1001101 1010010 100000 11 1000101 101000

Color Harmonies of #AD2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2820

Black with #AD2820

Text Example


Text Example

White with #AD2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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