#AD220C

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

Shades of Fire Brick #AD220C

Tints of Fire Brick #AD220C

Color information

#AD220C (or 0xAD220C) is unknown color: approx Fire Brick. HEX triplet: AD, 22 and 0C. RGB value is (173,34,12). Sum of RGB (Red+Green+Blue) = 173+34+12=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220C is #52DDF3. Grayscale: #494949. Windows color (decimal): -5430772 or 795309. OLE color: 795309.

HSL color Cylindrical-coordinate representation of color #AD220C: hue angle of 8.2º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD220C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB1733412-
CMYK00.800.930.32
HSL8.2º87.03%36.27%-
HSV(B)8.2º93.06%67.84%-
XYZ17.8710.051.35-
YUV73.0593.55199.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.00%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=79.00%
G=15.53%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173341200.800.930.328.287.0336.27
HexAD22C0505D2085724
Octal25542140120135401012744
Binary10101101100010110001010000101110110000010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD220C; }

 p { color: rgb(173,34,12); }

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

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

 a { background-color: rgb(173,34,12); }

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

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

 span { border-color: rgb(173,34,12); }

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