Html Css Color HEX #AD170D Fire Brick

📋 copy color: '#AD170D'

red 173 ◦ green 23 ◦ blue 13

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

Shades of Fire Brick #AD170D

Tints of Fire Brick #AD170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 82.78%
G = 11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD170D (or 0xAD170D) is known color: Fire Brick. HEX triplet: AD, 17 and 0D. RGB value is (173,23,13). Sum of RGB (Red+Green+Blue) = 173+23+13=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD170D is #52E8F2. Grayscale: #424242. Windows color (decimal): -5433587 or 858029. OLE color: 858029.

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

Color convert

RGB 173 23 13 -
CMYK 0 0.87 0.92 0.32
HSL 3.75º 0.86% 0.36% -
HSV(B) 3.75º 0.92% 0.68% -
XYZ 17.61 9.53 1.29 -
YUV 66.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 173 23 13 0 0.87 0.92 0.32 3.75 0.86 0.36
Hex AD 17 D 0 57 5C 20 4 56 24
Octal 255 27 15 0 127 134 40 4 126 44
Binary 10101101 10111 1101 0 1010111 1011100 100000 100 1010110 100100

Color Harmonies of #AD170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD170D

Black with #AD170D

Text Example


Text Example

White with #AD170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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