Html Css Color HEX #AD2213 Fire Brick

📋 copy color: '#AD2213'

red 173 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #AD2213

Tints of Fire Brick #AD2213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 76.55%
G = 15.04%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD2213 (or 0xAD2213) is known color: Fire Brick. HEX triplet: AD, 22 and 13. RGB value is (173,34,19). Sum of RGB (Red+Green+Blue) = 173+34+19=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2213 is #52DDEC. Grayscale: #4A4A4A. Windows color (decimal): -5430765 or 1254061. OLE color: 1254061.

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

Color convert

RGB 173 34 19 -
CMYK 0 0.80 0.89 0.32
HSL 5.84º 0.8% 0.38% -
HSV(B) 5.84º 0.89% 0.68% -
XYZ 17.92 10.08 1.62 -
YUV 73.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 173 34 19 0 0.80 0.89 0.32 5.84 0.8 0.38
Hex AD 22 13 0 50 59 20 6 50 26
Octal 255 42 23 0 120 131 40 6 120 46
Binary 10101101 100010 10011 0 1010000 1011001 100000 110 1010000 100110

Color Harmonies of #AD2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2213

Black with #AD2213

Text Example


Text Example

White with #AD2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2213; }

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

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

background-color css

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

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

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

border-color css

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

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

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