Html Css Color HEX #AD4009 Rust

📋 copy color: '#AD4009'

red 173 ◦ green 64 ◦ blue 9

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

Shades of Rust #AD4009

Tints of Rust #AD4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

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

R = 70.33%
G = 26.02%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4009 (or 0xAD4009) is known color: Rust. HEX triplet: AD, 40 and 09. RGB value is (173,64,9). Sum of RGB (Red+Green+Blue) = 173+64+9=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4009 is #52BFF6. Grayscale: #5A5A5A. Windows color (decimal): -5423095 or 606381. OLE color: 606381.

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

Color convert

RGB 173 64 9 -
CMYK 0 0.63 0.95 0.32
HSL 20.12º 0.9% 0.36% -
HSV(B) 20.12º 0.95% 0.68% -
XYZ 19.12 12.57 1.68 -
YUV 90.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 173 64 9 0 0.63 0.95 0.32 20.12 0.9 0.36
Hex AD 40 9 0 3F 5F 20 14 5A 24
Octal 255 100 11 0 77 137 40 24 132 44
Binary 10101101 1000000 1001 0 111111 1011111 100000 10100 1011010 100100

Color Harmonies of #AD4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4009

Black with #AD4009

Text Example


Text Example

White with #AD4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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