Html Css Color HEX #AD2917 Fire Brick

📋 copy color: '#AD2917'

red 173 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #AD2917

Tints of Fire Brick #AD2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 73%
G = 17.3%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2917 (or 0xAD2917) is known color: Fire Brick. HEX triplet: AD, 29 and 17. RGB value is (173,41,23). Sum of RGB (Red+Green+Blue) = 173+41+23=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2917 is #52D6E8. Grayscale: #4E4E4E. Windows color (decimal): -5428969 or 1517997. OLE color: 1517997.

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

Color convert

RGB 173 41 23 -
CMYK 0 0.76 0.87 0.32
HSL 7.2º 0.77% 0.38% -
HSV(B) 7.2º 0.87% 0.68% -
XYZ 18.18 10.53 1.89 -
YUV 78.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 173 41 23 0 0.76 0.87 0.32 7.2 0.77 0.38
Hex AD 29 17 0 4C 57 20 7 4D 26
Octal 255 51 27 0 114 127 40 7 115 46
Binary 10101101 101001 10111 0 1001100 1010111 100000 111 1001101 100110

Color Harmonies of #AD2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2917

Black with #AD2917

Text Example


Text Example

White with #AD2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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