#AD1B05

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

Shades of Fire Brick #AD1B05

Tints of Fire Brick #AD1B05

Color information

#AD1B05 (or 0xAD1B05) is unknown color: approx Fire Brick. HEX triplet: AD, 1B and 05. RGB value is (173,27,5). Sum of RGB (Red+Green+Blue) = 173+27+5=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B05 is #52E4FA. Grayscale: #444444. Windows color (decimal): -5432571 or 334765. OLE color: 334765.

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

Color convert

RGB173275-
CMYK00.840.970.32
HSL7.86º94.38%34.9%-
HSV(B)7.86º97.11%67.84%-
XYZ17.659.681.08-
YUV68.1592.37202.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.39%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=84.39%
G=13.17%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17327500.840.970.327.8694.3834.9
HexAD1B5054612085e23
Octal2553350124141401013643
Binary101011011101110101010100110000110000010001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1B05; }

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

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

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

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

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

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

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

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