Html Css Color HEX #AD220D Fire Brick

📋 copy color: '#AD220D'

red 173 ◦ green 34 ◦ blue 13

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

Shades of Fire Brick #AD220D

Tints of Fire Brick #AD220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 78.64%
G = 15.45%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD220D (or 0xAD220D) is known color: Fire Brick. HEX triplet: AD, 22 and 0D. RGB value is (173,34,13). Sum of RGB (Red+Green+Blue) = 173+34+13=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220D is #52DDF2. Grayscale: #494949. Windows color (decimal): -5430771 or 860845. OLE color: 860845.

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

Color convert

RGB 173 34 13 -
CMYK 0 0.80 0.92 0.32
HSL 7.88º 0.86% 0.36% -
HSV(B) 7.88º 0.92% 0.68% -
XYZ 17.88 10.06 1.38 -
YUV 73.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 173 34 13 0 0.80 0.92 0.32 7.88 0.86 0.36
Hex AD 22 D 0 50 5C 20 8 56 24
Octal 255 42 15 0 120 134 40 10 126 44
Binary 10101101 100010 1101 0 1010000 1011100 100000 1000 1010110 100100

Color Harmonies of #AD220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD220D

Black with #AD220D

Text Example


Text Example

White with #AD220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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