Html Css Color HEX #AD2511 Fire Brick

📋 copy color: '#AD2511'

red 173 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #AD2511

Tints of Fire Brick #AD2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 76.21%
G = 16.3%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2511 (or 0xAD2511) is known color: Fire Brick. HEX triplet: AD, 25 and 11. RGB value is (173,37,17). Sum of RGB (Red+Green+Blue) = 173+37+17=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2511 is #52DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5429999 or 1123757. OLE color: 1123757.

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

Color convert

RGB 173 37 17 -
CMYK 0 0.79 0.90 0.32
HSL 7.69º 0.82% 0.37% -
HSV(B) 7.69º 0.9% 0.68% -
XYZ 18 10.25 1.56 -
YUV 75.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 173 37 17 0 0.79 0.90 0.32 7.69 0.82 0.37
Hex AD 25 11 0 4F 5A 20 8 52 25
Octal 255 45 21 0 117 132 40 10 122 45
Binary 10101101 100101 10001 0 1001111 1011010 100000 1000 1010010 100101

Color Harmonies of #AD2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2511

Black with #AD2511

Text Example


Text Example

White with #AD2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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