#AD2106

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

Shades of Fire Brick #AD2106

Tints of Fire Brick #AD2106

Color information

#AD2106 (or 0xAD2106) is unknown color: approx Fire Brick. HEX triplet: AD, 21 and 06. RGB value is (173,33,6). Sum of RGB (Red+Green+Blue) = 173+33+6=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2106 is #52DEF9. Grayscale: #484848. Windows color (decimal): -5431034 or 401837. OLE color: 401837.

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

Color convert

RGB173336-
CMYK00.810.970.32
HSL9.7º93.3%35.1%-
HSV(B)9.7º96.53%67.84%-
XYZ17.819.991.16-
YUV71.7890.88200.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.60%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=81.60%
G=15.57%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17333600.810.970.329.793.335.1
HexAD2160516120a5d23
Octal2554160121141401213543
Binary1010110110000111001010001110000110000010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2106; }

 p { color: rgb(173,33,6); }

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

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

 a { background-color: rgb(173,33,6); }

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

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

 span { border-color: rgb(173,33,6); }

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