#AD2D1E

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

Shades of Fire Brick #AD2D1E

Tints of Fire Brick #AD2D1E

Color information

#AD2D1E (or 0xAD2D1E) is unknown color: approx Fire Brick. HEX triplet: AD, 2D and 1E. RGB value is (173,45,30). Sum of RGB (Red+Green+Blue) = 173+45+30=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2D1E is #52D2E1. Grayscale: #515151. Windows color (decimal): -5427938 or 1977773. OLE color: 1977773.

HSL color Cylindrical-coordinate representation of color #AD2D1E: hue angle of 6.29º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2D1E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1734530-
CMYK00.740.830.32
HSL6.29º70.44%39.8%-
HSV(B)6.29º82.66%67.84%-
XYZ18.4110.852.35-
YUV81.5698.91193.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=69.76%
G=18.15%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173453000.740.830.326.2970.4439.8
HexAD2D1E04A532064628
Octal2555536011212340610650
Binary10101101101101111100100101010100111000001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2D1E; }

 p { color: rgb(173,45,30); }

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

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

 a { background-color: rgb(173,45,30); }

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

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

 span { border-color: rgb(173,45,30); }

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