Html Css Color HEX #AD2208 Fire Brick

📋 copy color: '#AD2208'

red 173 ◦ green 34 ◦ blue 8

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

Shades of Fire Brick #AD2208

Tints of Fire Brick #AD2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 80.47%
G = 15.81%
B = 3.72%

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

#AD2208 (or 0xAD2208) is known color: Fire Brick. HEX triplet: AD, 22 and 08. RGB value is (173,34,8). Sum of RGB (Red+Green+Blue) = 173+34+8=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2208 is #52DDF7. Grayscale: #484848. Windows color (decimal): -5430776 or 533165. OLE color: 533165.

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

Color convert

RGB 173 34 8 -
CMYK 0 0.80 0.95 0.32
HSL 9.45º 0.91% 0.35% -
HSV(B) 9.45º 0.95% 0.68% -
XYZ 17.85 10.05 1.23 -
YUV 72.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 173 34 8 0 0.80 0.95 0.32 9.45 0.91 0.35
Hex AD 22 8 0 50 5F 20 9 5B 23
Octal 255 42 10 0 120 137 40 11 133 43
Binary 10101101 100010 1000 0 1010000 1011111 100000 1001 1011011 100011

Color Harmonies of #AD2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2208

Black with #AD2208

Text Example


Text Example

White with #AD2208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2208; }

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

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

background-color css

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

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

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

border-color css

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

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

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