Html Css Color HEX #AD2611 Fire Brick

📋 copy color: '#AD2611'

red 173 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #AD2611

Tints of Fire Brick #AD2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 75.88%
G = 16.67%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2611 (or 0xAD2611) is known color: Fire Brick. HEX triplet: AD, 26 and 11. RGB value is (173,38,17). Sum of RGB (Red+Green+Blue) = 173+38+17=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2611 is #52D9EE. Grayscale: #4C4C4C. Windows color (decimal): -5429743 or 1124013. OLE color: 1124013.

HSL color Cylindrical-coordinate representation of color #AD2611: hue angle of 8.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2611 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 17 -
CMYK 0 0.78 0.90 0.32
HSL 8.08º 0.82% 0.37% -
HSV(B) 8.08º 0.9% 0.68% -
XYZ 18.03 10.31 1.57 -
YUV 75.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 173 38 17 0 0.78 0.90 0.32 8.08 0.82 0.37
Hex AD 26 11 0 4E 5A 20 8 52 25
Octal 255 46 21 0 116 132 40 10 122 45
Binary 10101101 100110 10001 0 1001110 1011010 100000 1000 1010010 100101

Color Harmonies of #AD2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2611

Black with #AD2611

Text Example


Text Example

White with #AD2611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2611; }

 p { color: rgb(173,38,17); }

 H1.HeaderClassName
 {
   color: #AD2611;
 }
 .AnyTagClassName
 {
   color: #AD2611;
 }
</style>

background-color css

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

 a { background-color: rgb(173,38,17); }

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

border-color css

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

 span { border-color: rgb(173,38,17); }

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