#AD1608

Color #AD1608 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AD1608

Tints of Fire Brick #AD1608

Color information

#AD1608 (or 0xAD1608) is unknown color: approx Fire Brick. HEX triplet: AD, 16 and 08. RGB value is (173,22,8). Sum of RGB (Red+Green+Blue) = 173+22+8=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1608 is #52E9F7. Grayscale: #414141. Windows color (decimal): -5433848 or 530093. OLE color: 530093.

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

Color convert

RGB173228-
CMYK00.870.950.32
HSL5.09º91.16%35.49%-
HSV(B)5.09º95.38%67.84%-
XYZ17.569.481.13-
YUV65.5595.53204.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 85.22%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=85.22%
G=10.84%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17322800.870.950.325.0991.1635.49
HexAD1680575F2055b23
Octal2552610012713740513343
Binary101011011011010000101011110111111000001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1608; }

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

 H1.HeaderClassName
 {
   color: #AD1608;
 }
 .AnyTagClassName
 {
   color: #AD1608;
 }
</style>
background-color css

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

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

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

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

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

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