#AD1C0B

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

Shades of Fire Brick #AD1C0B

Tints of Fire Brick #AD1C0B

Color information

#AD1C0B (or 0xAD1C0B) is unknown color: approx Fire Brick. HEX triplet: AD, 1C and 0B. RGB value is (173,28,11). Sum of RGB (Red+Green+Blue) = 173+28+11=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C0B is #52E3F4. Grayscale: #454545. Windows color (decimal): -5432309 or 728237. OLE color: 728237.

HSL color Cylindrical-coordinate representation of color #AD1C0B: hue angle of 6.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD1C0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1732811-
CMYK00.840.940.32
HSL6.3º88.04%36.08%-
HSV(B)6.3º93.64%67.84%-
XYZ17.719.741.26-
YUV69.4295.04201.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.60%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=81.60%
G=13.21%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173281100.840.940.326.388.0436.08
HexAD1CB0545E2065824
Octal2553413012413640613044
Binary101011011110010110101010010111101000001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C0B; }

 p { color: rgb(173,28,11); }

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

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

 a { background-color: rgb(173,28,11); }

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

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

 span { border-color: rgb(173,28,11); }

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