Html Css Color HEX #AD2113 Fire Brick

📋 copy color: '#AD2113'

red 173 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #AD2113

Tints of Fire Brick #AD2113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 76.89%
G = 14.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD2113 (or 0xAD2113) is known color: Fire Brick. HEX triplet: AD, 21 and 13. RGB value is (173,33,19). Sum of RGB (Red+Green+Blue) = 173+33+19=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2113 is #52DEEC. Grayscale: #494949. Windows color (decimal): -5431021 or 1253805. OLE color: 1253805.

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

Color convert

RGB 173 33 19 -
CMYK 0 0.81 0.89 0.32
HSL 5.45º 0.8% 0.38% -
HSV(B) 5.45º 0.89% 0.68% -
XYZ 17.89 10.02 1.61 -
YUV 73.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 173 33 19 0 0.81 0.89 0.32 5.45 0.8 0.38
Hex AD 21 13 0 51 59 20 5 50 26
Octal 255 41 23 0 121 131 40 5 120 46
Binary 10101101 100001 10011 0 1010001 1011001 100000 101 1010000 100110

Color Harmonies of #AD2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2113

Black with #AD2113

Text Example


Text Example

White with #AD2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2113; }

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

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

background-color css

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

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

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

border-color css

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

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

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