Html Css Color HEX #AD1914 Fire Brick

📋 copy color: '#AD1914'

red 173 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #AD1914

Tints of Fire Brick #AD1914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 79.36%
G = 11.47%
B = 9.17%

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

#AD1914 (or 0xAD1914) is known color: Fire Brick. HEX triplet: AD, 19 and 14. RGB value is (173,25,20). Sum of RGB (Red+Green+Blue) = 173+25+20=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1914 is #52E6EB. Grayscale: #444444. Windows color (decimal): -5433068 or 1317293. OLE color: 1317293.

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

Color convert

RGB 173 25 20 -
CMYK 0 0.86 0.88 0.32
HSL 1.96º 0.79% 0.38% -
HSV(B) 1.96º 0.88% 0.68% -
XYZ 17.71 9.63 1.59 -
YUV 68.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 173 25 20 0 0.86 0.88 0.32 1.96 0.79 0.38
Hex AD 19 14 0 56 58 20 2 4F 26
Octal 255 31 24 0 126 130 40 2 117 46
Binary 10101101 11001 10100 0 1010110 1011000 100000 10 1001111 100110

Color Harmonies of #AD1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1914

Black with #AD1914

Text Example


Text Example

White with #AD1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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