Html Css Color HEX #AD2214 Fire Brick

📋 copy color: '#AD2214'

red 173 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #AD2214

Tints of Fire Brick #AD2214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 76.21%
G = 14.98%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2214 (or 0xAD2214) is known color: Fire Brick. HEX triplet: AD, 22 and 14. RGB value is (173,34,20). Sum of RGB (Red+Green+Blue) = 173+34+20=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2214 is #52DDEB. Grayscale: #4A4A4A. Windows color (decimal): -5430764 or 1319597. OLE color: 1319597.

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

Color convert

RGB 173 34 20 -
CMYK 0 0.80 0.88 0.32
HSL 5.49º 0.79% 0.38% -
HSV(B) 5.49º 0.88% 0.68% -
XYZ 17.93 10.08 1.66 -
YUV 73.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 173 34 20 0 0.80 0.88 0.32 5.49 0.79 0.38
Hex AD 22 14 0 50 58 20 5 4F 26
Octal 255 42 24 0 120 130 40 5 117 46
Binary 10101101 100010 10100 0 1010000 1011000 100000 101 1001111 100110

Color Harmonies of #AD2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2214

Black with #AD2214

Text Example


Text Example

White with #AD2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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