#AD2608

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

Shades of Fire Brick #AD2608

Tints of Fire Brick #AD2608

Color information

#AD2608 (or 0xAD2608) is unknown color: approx Fire Brick. HEX triplet: AD, 26 and 08. RGB value is (173,38,8). Sum of RGB (Red+Green+Blue) = 173+38+8=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2608 is #52D9F7. Grayscale: #4B4B4B. Windows color (decimal): -5429752 or 534189. OLE color: 534189.

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

Color convert

RGB173388-
CMYK00.780.950.32
HSL10.91º91.16%35.49%-
HSV(B)10.91º95.38%67.84%-
XYZ17.9710.291.27-
YUV74.9490.23197.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.00%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=79.00%
G=17.35%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17338800.780.950.3210.9191.1635.49
HexAD26804E5F20b5b23
Octal25546100116137401313343
Binary10101101100110100001001110101111110000010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2608; }

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

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

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

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

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

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

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

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