Html Css Color HEX #AD1D17 Fire Brick

📋 copy color: '#AD1D17'

red 173 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #AD1D17

Tints of Fire Brick #AD1D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

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

R = 76.89%
G = 12.89%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD1D17 (or 0xAD1D17) is known color: Fire Brick. HEX triplet: AD, 1D and 17. RGB value is (173,29,23). Sum of RGB (Red+Green+Blue) = 173+29+23=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D17 is #52E2E8. Grayscale: #474747. Windows color (decimal): -5432041 or 1514925. OLE color: 1514925.

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

Color convert

RGB 173 29 23 -
CMYK 0 0.83 0.87 0.32
HSL 2.4º 0.77% 0.38% -
HSV(B) 2.4º 0.87% 0.68% -
XYZ 17.83 9.82 1.77 -
YUV 71.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 173 29 23 0 0.83 0.87 0.32 2.4 0.77 0.38
Hex AD 1D 17 0 53 57 20 2 4D 26
Octal 255 35 27 0 123 127 40 2 115 46
Binary 10101101 11101 10111 0 1010011 1010111 100000 10 1001101 100110

Color Harmonies of #AD1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D17

Black with #AD1D17

Text Example


Text Example

White with #AD1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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