#ad1b0c

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

Shades of Fire Brick #AD1B0C

Tints of Fire Brick #AD1B0C

Color information

#AD1B0C (or 0xAD1B0C) is unknown color: approx Fire Brick. HEX triplet: AD, 1B and 0C. RGB value is (173,27,12). Sum of RGB (Red+Green+Blue) = 173+27+12=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B0C is #52E4F3. Grayscale: #454545. Windows color (decimal): -5432564 or 793517. OLE color: 793517.

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

Color convert

RGB1732712-
CMYK00.840.930.32
HSL5.59º87.03%36.27%-
HSV(B)5.59º93.06%67.84%-
XYZ17.699.691.29-
YUV68.9495.87202.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.60%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=81.60%
G=12.74%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173271200.840.930.325.5987.0336.27
HexAD1BC0545D2065724
Octal2553314012413540612744
Binary101011011101111000101010010111011000001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1b0c; }

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

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

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

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

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

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

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

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