#AD2E1B

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

Shades of Fire Brick #AD2E1B

Tints of Fire Brick #AD2E1B

Color information

#AD2E1B (or 0xAD2E1B) is unknown color: approx Fire Brick. HEX triplet: AD, 2E and 1B. RGB value is (173,46,27). Sum of RGB (Red+Green+Blue) = 173+46+27=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E1B is #52D1E4. Grayscale: #525252. Windows color (decimal): -5427685 or 1781421. OLE color: 1781421.

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

Color convert

RGB1734627-
CMYK00.730.840.32
HSL7.81º73%39.22%-
HSV(B)7.81º84.39%67.84%-
XYZ18.4110.922.17-
YUV81.8197.08193.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.33%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=70.33%
G=18.70%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173462700.730.840.327.817339.22
HexAD2E1B049542084927
Octal25556330111124401011147
Binary101011011011101101101001001101010010000010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E1B; }

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

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

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

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

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

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

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

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