Html Css Color HEX #AD1715 Fire Brick

📋 copy color: '#AD1715'

red 173 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #AD1715

Tints of Fire Brick #AD1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 79.72%
G = 10.6%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1715 (or 0xAD1715) is known color: Fire Brick. HEX triplet: AD, 17 and 15. RGB value is (173,23,21). Sum of RGB (Red+Green+Blue) = 173+23+21=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1715 is #52E8EA. Grayscale: #434343. Windows color (decimal): -5433579 or 1382317. OLE color: 1382317.

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

Color convert

RGB 173 23 21 -
CMYK 0 0.87 0.88 0.32
HSL 0.79º 0.78% 0.38% -
HSV(B) 0.79º 0.88% 0.68% -
XYZ 17.68 9.55 1.62 -
YUV 67.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 173 23 21 0 0.87 0.88 0.32 0.79 0.78 0.38
Hex AD 17 15 0 57 58 20 1 4E 26
Octal 255 27 25 0 127 130 40 1 116 46
Binary 10101101 10111 10101 0 1010111 1011000 100000 1 1001110 100110

Color Harmonies of #AD1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1715

Black with #AD1715

Text Example


Text Example

White with #AD1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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