Html Css Color HEX #AD2205 Fire Brick

📋 copy color: '#AD2205'

red 173 ◦ green 34 ◦ blue 5

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

Shades of Fire Brick #AD2205

Tints of Fire Brick #AD2205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 81.6%
G = 16.04%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2205 (or 0xAD2205) is known color: Fire Brick. HEX triplet: AD, 22 and 05. RGB value is (173,34,5). Sum of RGB (Red+Green+Blue) = 173+34+5=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2205 is #52DDFA. Grayscale: #484848. Windows color (decimal): -5430779 or 336557. OLE color: 336557.

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

Color convert

RGB 173 34 5 -
CMYK 0 0.80 0.97 0.32
HSL 10.36º 0.94% 0.35% -
HSV(B) 10.36º 0.97% 0.68% -
XYZ 17.83 10.04 1.14 -
YUV 72.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 173 34 5 0 0.80 0.97 0.32 10.36 0.94 0.35
Hex AD 22 5 0 50 61 20 A 5E 23
Octal 255 42 5 0 120 141 40 12 136 43
Binary 10101101 100010 101 0 1010000 1100001 100000 1010 1011110 100011

Color Harmonies of #AD2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2205

Black with #AD2205

Text Example


Text Example

White with #AD2205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2205; }

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

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

background-color css

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

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

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

border-color css

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

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

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