Html Css Color HEX #AD220A Fire Brick

📋 copy color: '#AD220A'

red 173 ◦ green 34 ◦ blue 10

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

Shades of Fire Brick #AD220A

Tints of Fire Brick #AD220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 79.72%
G = 15.67%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD220A (or 0xAD220A) is known color: Fire Brick. HEX triplet: AD, 22 and 0A. RGB value is (173,34,10). Sum of RGB (Red+Green+Blue) = 173+34+10=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220A is #52DDF5. Grayscale: #494949. Windows color (decimal): -5430774 or 664237. OLE color: 664237.

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

Color convert

RGB 173 34 10 -
CMYK 0 0.80 0.94 0.32
HSL 8.83º 0.89% 0.36% -
HSV(B) 8.83º 0.94% 0.68% -
XYZ 17.86 10.05 1.29 -
YUV 72.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 173 34 10 0 0.80 0.94 0.32 8.83 0.89 0.36
Hex AD 22 A 0 50 5E 20 9 59 24
Octal 255 42 12 0 120 136 40 11 131 44
Binary 10101101 100010 1010 0 1010000 1011110 100000 1001 1011001 100100

Color Harmonies of #AD220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD220A

Black with #AD220A

Text Example


Text Example

White with #AD220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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