Html Css Color HEX #AD160B Fire Brick

📋 copy color: '#AD160B'

red 173 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #AD160B

Tints of Fire Brick #AD160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 83.98%
G = 10.68%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD160B (or 0xAD160B) is known color: Fire Brick. HEX triplet: AD, 16 and 0B. RGB value is (173,22,11). Sum of RGB (Red+Green+Blue) = 173+22+11=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD160B is #52E9F4. Grayscale: #424242. Windows color (decimal): -5433845 or 726701. OLE color: 726701.

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

Color convert

RGB 173 22 11 -
CMYK 0 0.87 0.94 0.32
HSL 4.07º 0.88% 0.36% -
HSV(B) 4.07º 0.94% 0.68% -
XYZ 17.58 9.48 1.22 -
YUV 65.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 173 22 11 0 0.87 0.94 0.32 4.07 0.88 0.36
Hex AD 16 B 0 57 5E 20 4 58 24
Octal 255 26 13 0 127 136 40 4 130 44
Binary 10101101 10110 1011 0 1010111 1011110 100000 100 1011000 100100

Color Harmonies of #AD160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD160B

Black with #AD160B

Text Example


Text Example

White with #AD160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD160B; }

 p { color: rgb(173,22,11); }

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

background-color css

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

 a { background-color: rgb(173,22,11); }

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

border-color css

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

 span { border-color: rgb(173,22,11); }

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