#AD1D08

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

Shades of Fire Brick #AD1D08

Tints of Fire Brick #AD1D08

Color information

#AD1D08 (or 0xAD1D08) is unknown color: approx Fire Brick. HEX triplet: AD, 1D and 08. RGB value is (173,29,8). Sum of RGB (Red+Green+Blue) = 173+29+8=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D08 is #52E2F7. Grayscale: #454545. Windows color (decimal): -5432056 or 531885. OLE color: 531885.

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

Color convert

RGB173298-
CMYK00.830.950.32
HSL7.64º91.16%35.49%-
HSV(B)7.64º95.38%67.84%-
XYZ17.729.781.18-
YUV69.6693.21201.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.38%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=82.38%
G=13.81%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17329800.830.950.327.6491.1635.49
HexAD1D80535F2085b23
Octal25535100123137401013343
Binary1010110111101100001010011101111110000010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D08; }

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

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

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

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

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

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

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

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