Html Css Color HEX #AD1817 Fire Brick

📋 copy color: '#AD1817'

red 173 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #AD1817

Tints of Fire Brick #AD1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 78.64%
G = 10.91%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1817 (or 0xAD1817) is known color: Fire Brick. HEX triplet: AD, 18 and 17. RGB value is (173,24,23). Sum of RGB (Red+Green+Blue) = 173+24+23=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1817 is #52E7E8. Grayscale: #444444. Windows color (decimal): -5433321 or 1513645. OLE color: 1513645.

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

Color convert

RGB 173 24 23 -
CMYK 0 0.86 0.87 0.32
HSL 0.4º 0.77% 0.38% -
HSV(B) 0.4º 0.87% 0.68% -
XYZ 17.71 9.6 1.73 -
YUV 68.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 173 24 23 0 0.86 0.87 0.32 0.4 0.77 0.38
Hex AD 18 17 0 56 57 20 0 4D 26
Octal 255 30 27 0 126 127 40 0 115 46
Binary 10101101 11000 10111 0 1010110 1010111 100000 0 1001101 100110

Color Harmonies of #AD1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1817

Black with #AD1817

Text Example


Text Example

White with #AD1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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