Html Css Color HEX #AD2106 Fire Brick

📋 copy color: '#AD2106'

red 173 ◦ green 33 ◦ blue 6

#AD2106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AD2106

Tints of Fire Brick #AD2106

RGB

 RED value IS 173 (67.97% from 255) = 81.6%

 GREEN value IS 33 (13.28% from 255) = 15.57%

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 81.6%
G = 15.57%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2106 (or 0xAD2106) is known color: 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

RGB 173 33 6 -
CMYK 0 0.81 0.97 0.32
HSL 9.7º 0.93% 0.35% -
HSV(B) 9.7º 0.97% 0.68% -
XYZ 17.81 9.99 1.16 -
YUV 71.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 173 33 6 0 0.81 0.97 0.32 9.7 0.93 0.35
Hex AD 21 6 0 51 61 20 A 5D 23
Octal 255 41 6 0 121 141 40 12 135 43
Binary 10101101 100001 110 0 1010001 1100001 100000 1010 1011101 100011

Color Harmonies of #AD2106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2106

Black with #AD2106

Text Example


Text Example

White with #AD2106

Text Example


Text Example

HTML Codes & Css Web 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>