Html Css Color HEX #AD1915 Fire Brick

📋 copy color: '#AD1915'

red 173 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #AD1915

Tints of Fire Brick #AD1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 79%
G = 11.42%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1915 (or 0xAD1915) is known color: Fire Brick. HEX triplet: AD, 19 and 15. RGB value is (173,25,21). Sum of RGB (Red+Green+Blue) = 173+25+21=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1915 is #52E6EA. Grayscale: #444444. Windows color (decimal): -5433067 or 1382829. OLE color: 1382829.

HSL color Cylindrical-coordinate representation of color #AD1915: hue angle of 1.58º 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 #AD1915 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 21 -
CMYK 0 0.86 0.88 0.32
HSL 1.58º 0.78% 0.38% -
HSV(B) 1.58º 0.88% 0.68% -
XYZ 17.72 9.63 1.64 -
YUV 68.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 173 25 21 0 0.86 0.88 0.32 1.58 0.78 0.38
Hex AD 19 15 0 56 58 20 2 4E 26
Octal 255 31 25 0 126 130 40 2 116 46
Binary 10101101 11001 10101 0 1010110 1011000 100000 10 1001110 100110

Color Harmonies of #AD1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1915

Black with #AD1915

Text Example


Text Example

White with #AD1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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