Html Css Color HEX #AD1809 Fire Brick

📋 copy color: '#AD1809'

red 173 ◦ green 24 ◦ blue 9

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

Shades of Fire Brick #AD1809

Tints of Fire Brick #AD1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 83.98%
G = 11.65%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1809 (or 0xAD1809) is known color: Fire Brick. HEX triplet: AD, 18 and 09. RGB value is (173,24,9). Sum of RGB (Red+Green+Blue) = 173+24+9=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1809 is #52E7F6. Grayscale: #434343. Windows color (decimal): -5433335 or 596141. OLE color: 596141.

HSL color Cylindrical-coordinate representation of color #AD1809: hue angle of 5.49º 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 #AD1809 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 9 -
CMYK 0 0.86 0.95 0.32
HSL 5.49º 0.9% 0.36% -
HSV(B) 5.49º 0.95% 0.68% -
XYZ 17.61 9.56 1.18 -
YUV 66.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 173 24 9 0 0.86 0.95 0.32 5.49 0.9 0.36
Hex AD 18 9 0 56 5F 20 5 5A 24
Octal 255 30 11 0 126 137 40 5 132 44
Binary 10101101 11000 1001 0 1010110 1011111 100000 101 1011010 100100

Color Harmonies of #AD1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1809

Black with #AD1809

Text Example


Text Example

White with #AD1809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1809; }

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

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

background-color css

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

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

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

border-color css

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

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

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