#AD2F1E

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

Shades of Fire Brick #AD2F1E

Tints of Fire Brick #AD2F1E

Color information

#AD2F1E (or 0xAD2F1E) is unknown color: approx Fire Brick. HEX triplet: AD, 2F and 1E. RGB value is (173,47,30). Sum of RGB (Red+Green+Blue) = 173+47+30=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F1E is #52D0E1. Grayscale: #525252. Windows color (decimal): -5427426 or 1978285. OLE color: 1978285.

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

Color convert

RGB1734730-
CMYK00.730.830.32
HSL7.13º70.44%39.8%-
HSV(B)7.13º82.66%67.84%-
XYZ18.4811.012.38-
YUV82.7498.24192.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.2%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 30 (12.11% from 255) = 12%
R=69.2%
G=18.8%
B=12%

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
Decimal173473000.730.830.327.1370.4439.8
HexAD2F1E049532074628
Octal2555736011112340710650
Binary10101101101111111100100100110100111000001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2F1E; }

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

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

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

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

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

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

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

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