#AD1B08

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

Shades of Fire Brick #AD1B08

Tints of Fire Brick #AD1B08

Color information

#AD1B08 (or 0xAD1B08) is unknown color: approx Fire Brick. HEX triplet: AD, 1B and 08. RGB value is (173,27,8). Sum of RGB (Red+Green+Blue) = 173+27+8=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B08 is #52E4F7. Grayscale: #444444. Windows color (decimal): -5432568 or 531373. OLE color: 531373.

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

Color convert

RGB173278-
CMYK00.840.950.32
HSL6.91º91.16%35.49%-
HSV(B)6.91º95.38%67.84%-
XYZ17.679.691.17-
YUV68.4993.87202.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.17%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=83.17%
G=12.98%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17327800.840.950.326.9191.1635.49
HexAD1B80545F2075b23
Octal2553310012413740713343
Binary101011011101110000101010010111111000001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1B08; }

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

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

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

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

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

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

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

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