Html Css Color HEX #AD1D09 Fire Brick

📋 copy color: '#AD1D09'

red 173 ◦ green 29 ◦ blue 9

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

Shades of Fire Brick #AD1D09

Tints of Fire Brick #AD1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

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

R = 81.99%
G = 13.74%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1D09 (or 0xAD1D09) is known color: Fire Brick. HEX triplet: AD, 1D and 09. RGB value is (173,29,9). Sum of RGB (Red+Green+Blue) = 173+29+9=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D09 is #52E2F6. Grayscale: #454545. Windows color (decimal): -5432055 or 597421. OLE color: 597421.

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

Color convert

RGB 173 29 9 -
CMYK 0 0.83 0.95 0.32
HSL 7.32º 0.9% 0.36% -
HSV(B) 7.32º 0.95% 0.68% -
XYZ 17.72 9.78 1.21 -
YUV 69.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 173 29 9 0 0.83 0.95 0.32 7.32 0.9 0.36
Hex AD 1D 9 0 53 5F 20 7 5A 24
Octal 255 35 11 0 123 137 40 7 132 44
Binary 10101101 11101 1001 0 1010011 1011111 100000 111 1011010 100100

Color Harmonies of #AD1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D09

Black with #AD1D09

Text Example


Text Example

White with #AD1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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