Html Css Color HEX #AD2411 Fire Brick

📋 copy color: '#AD2411'

red 173 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #AD2411

Tints of Fire Brick #AD2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 76.55%
G = 15.93%
B = 7.52%

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

#AD2411 (or 0xAD2411) is known color: Fire Brick. HEX triplet: AD, 24 and 11. RGB value is (173,36,17). Sum of RGB (Red+Green+Blue) = 173+36+17=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2411 is #52DBEE. Grayscale: #4B4B4B. Windows color (decimal): -5430255 or 1123501. OLE color: 1123501.

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

Color convert

RGB 173 36 17 -
CMYK 0 0.79 0.90 0.32
HSL 7.31º 0.82% 0.37% -
HSV(B) 7.31º 0.9% 0.68% -
XYZ 17.97 10.19 1.55 -
YUV 74.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 173 36 17 0 0.79 0.90 0.32 7.31 0.82 0.37
Hex AD 24 11 0 4F 5A 20 7 52 25
Octal 255 44 21 0 117 132 40 7 122 45
Binary 10101101 100100 10001 0 1001111 1011010 100000 111 1010010 100101

Color Harmonies of #AD2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2411

Black with #AD2411

Text Example


Text Example

White with #AD2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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