#AD2E1E

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

Shades of Fire Brick #AD2E1E

Tints of Fire Brick #AD2E1E

Color information

#AD2E1E (or 0xAD2E1E) is unknown color: approx Fire Brick. HEX triplet: AD, 2E and 1E. RGB value is (173,46,30). Sum of RGB (Red+Green+Blue) = 173+46+30=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E1E is #52D1E1. Grayscale: #525252. Windows color (decimal): -5427682 or 1978029. OLE color: 1978029.

HSL color Cylindrical-coordinate representation of color #AD2E1E: hue angle of 6.71º 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 #AD2E1E is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1734630-
CMYK00.730.830.32
HSL6.71º70.44%39.8%-
HSV(B)6.71º82.66%67.84%-
XYZ18.4410.932.37-
YUV82.1598.58192.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.48%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=69.48%
G=18.47%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173463000.730.830.326.7170.4439.8
HexAD2E1E049532074628
Octal2555636011112340710650
Binary10101101101110111100100100110100111000001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E1E; }

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

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

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

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

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

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

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

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