Html Css Color HEX #AD2815 Fire Brick

📋 copy color: '#AD2815'

red 173 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #AD2815

Tints of Fire Brick #AD2815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 73.93%
G = 17.09%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2815 (or 0xAD2815) is known color: Fire Brick. HEX triplet: AD, 28 and 15. RGB value is (173,40,21). Sum of RGB (Red+Green+Blue) = 173+40+21=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2815 is #52D7EA. Grayscale: #4D4D4D. Windows color (decimal): -5429227 or 1386669. OLE color: 1386669.

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

Color convert

RGB 173 40 21 -
CMYK 0 0.77 0.88 0.32
HSL 7.5º 0.78% 0.38% -
HSV(B) 7.5º 0.88% 0.68% -
XYZ 18.13 10.46 1.77 -
YUV 77.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 173 40 21 0 0.77 0.88 0.32 7.5 0.78 0.38
Hex AD 28 15 0 4D 58 20 8 4E 26
Octal 255 50 25 0 115 130 40 10 116 46
Binary 10101101 101000 10101 0 1001101 1011000 100000 1000 1001110 100110

Color Harmonies of #AD2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2815

Black with #AD2815

Text Example


Text Example

White with #AD2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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