Html Css Color HEX #AD1615 Fire Brick

📋 copy color: '#AD1615'

red 173 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #AD1615

Tints of Fire Brick #AD1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

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

R = 80.09%
G = 10.19%
B = 9.72%

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

#AD1615 (or 0xAD1615) is known color: Fire Brick. HEX triplet: AD, 16 and 15. RGB value is (173,22,21). Sum of RGB (Red+Green+Blue) = 173+22+21=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1615 is #52E9EA. Grayscale: #434343. Windows color (decimal): -5433835 or 1382061. OLE color: 1382061.

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

Color convert

RGB 173 22 21 -
CMYK 0 0.87 0.88 0.32
HSL 0.39º 0.78% 0.38% -
HSV(B) 0.39º 0.88% 0.68% -
XYZ 17.66 9.51 1.61 -
YUV 67.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 173 22 21 0 0.87 0.88 0.32 0.39 0.78 0.38
Hex AD 16 15 0 57 58 20 0 4E 26
Octal 255 26 25 0 127 130 40 0 116 46
Binary 10101101 10110 10101 0 1010111 1011000 100000 0 1001110 100110

Color Harmonies of #AD1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1615

Black with #AD1615

Text Example


Text Example

White with #AD1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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