#AD1708

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

Shades of Fire Brick #AD1708

Tints of Fire Brick #AD1708

Color information

#AD1708 (or 0xAD1708) is unknown color: approx Fire Brick. HEX triplet: AD, 17 and 08. RGB value is (173,23,8). Sum of RGB (Red+Green+Blue) = 173+23+8=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1708 is #52E8F7. Grayscale: #424242. Windows color (decimal): -5433592 or 530349. OLE color: 530349.

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

Color convert

RGB173238-
CMYK00.870.950.32
HSL5.45º91.16%35.49%-
HSV(B)5.45º95.38%67.84%-
XYZ17.589.511.14-
YUV66.1495.2204.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.80%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=84.80%
G=11.27%
B=3.92%

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
Decimal17323800.870.950.325.4591.1635.49
HexAD1780575F2055b23
Octal2552710012713740513343
Binary101011011011110000101011110111111000001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1708; }

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

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

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

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

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

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

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

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