Html Css Color HEX #AD2717 Fire Brick

📋 copy color: '#AD2717'

red 173 ◦ green 39 ◦ blue 23

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

Shades of Fire Brick #AD2717

Tints of Fire Brick #AD2717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 73.62%
G = 16.6%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD2717 (or 0xAD2717) is known color: Fire Brick. HEX triplet: AD, 27 and 17. RGB value is (173,39,23). Sum of RGB (Red+Green+Blue) = 173+39+23=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2717 is #52D8E8. Grayscale: #4D4D4D. Windows color (decimal): -5429481 or 1517485. OLE color: 1517485.

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

Color convert

RGB 173 39 23 -
CMYK 0 0.77 0.87 0.32
HSL 6.4º 0.77% 0.38% -
HSV(B) 6.4º 0.87% 0.68% -
XYZ 18.11 10.4 1.86 -
YUV 77.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 173 39 23 0 0.77 0.87 0.32 6.4 0.77 0.38
Hex AD 27 17 0 4D 57 20 6 4D 26
Octal 255 47 27 0 115 127 40 6 115 46
Binary 10101101 100111 10111 0 1001101 1010111 100000 110 1001101 100110

Color Harmonies of #AD2717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2717

Black with #AD2717

Text Example


Text Example

White with #AD2717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2717; }

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

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

background-color css

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

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

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

border-color css

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

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

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