Html Css Color HEX #AD2209 Fire Brick

📋 copy color: '#AD2209'

red 173 ◦ green 34 ◦ blue 9

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

Shades of Fire Brick #AD2209

Tints of Fire Brick #AD2209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 80.09%
G = 15.74%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2209 (or 0xAD2209) is known color: Fire Brick. HEX triplet: AD, 22 and 09. RGB value is (173,34,9). Sum of RGB (Red+Green+Blue) = 173+34+9=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2209 is #52DDF6. Grayscale: #484848. Windows color (decimal): -5430775 or 598701. OLE color: 598701.

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

Color convert

RGB 173 34 9 -
CMYK 0 0.80 0.95 0.32
HSL 9.15º 0.9% 0.36% -
HSV(B) 9.15º 0.95% 0.68% -
XYZ 17.85 10.05 1.26 -
YUV 72.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 173 34 9 0 0.80 0.95 0.32 9.15 0.9 0.36
Hex AD 22 9 0 50 5F 20 9 5A 24
Octal 255 42 11 0 120 137 40 11 132 44
Binary 10101101 100010 1001 0 1010000 1011111 100000 1001 1011010 100100

Color Harmonies of #AD2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2209

Black with #AD2209

Text Example


Text Example

White with #AD2209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2209; }

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

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

background-color css

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

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

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

border-color css

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

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

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