Html Css Color HEX #AD2417 Fire Brick

📋 copy color: '#AD2417'

red 173 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #AD2417

Tints of Fire Brick #AD2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

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

R = 74.57%
G = 15.52%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2417 (or 0xAD2417) is known color: Fire Brick. HEX triplet: AD, 24 and 17. RGB value is (173,36,23). Sum of RGB (Red+Green+Blue) = 173+36+23=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2417 is #52DBE8. Grayscale: #4B4B4B. Windows color (decimal): -5430249 or 1516717. OLE color: 1516717.

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

Color convert

RGB 173 36 23 -
CMYK 0 0.79 0.87 0.32
HSL 5.2º 0.77% 0.38% -
HSV(B) 5.2º 0.87% 0.68% -
XYZ 18.02 10.21 1.83 -
YUV 75.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 173 36 23 0 0.79 0.87 0.32 5.2 0.77 0.38
Hex AD 24 17 0 4F 57 20 5 4D 26
Octal 255 44 27 0 117 127 40 5 115 46
Binary 10101101 100100 10111 0 1001111 1010111 100000 101 1001101 100110

Color Harmonies of #AD2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2417

Black with #AD2417

Text Example


Text Example

White with #AD2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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