Html Css Color HEX #AD4D0F Rust

📋 copy color: '#AD4D0F'

red 173 ◦ green 77 ◦ blue 15

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

Shades of Rust #AD4D0F

Tints of Rust #AD4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 65.28%
G = 29.06%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD4D0F (or 0xAD4D0F) is known color: Rust. HEX triplet: AD, 4D and 0F. RGB value is (173,77,15). Sum of RGB (Red+Green+Blue) = 173+77+15=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D0F is #52B2F0. Grayscale: #626262. Windows color (decimal): -5419761 or 1002925. OLE color: 1002925.

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

Color convert

RGB 173 77 15 -
CMYK 0 0.55 0.91 0.32
HSL 23.54º 0.84% 0.37% -
HSV(B) 23.54º 0.91% 0.68% -
XYZ 19.97 14.23 2.15 -
YUV 98.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 173 77 15 0 0.55 0.91 0.32 23.54 0.84 0.37
Hex AD 4D F 0 37 5B 20 18 54 25
Octal 255 115 17 0 67 133 40 30 124 45
Binary 10101101 1001101 1111 0 110111 1011011 100000 11000 1010100 100101

Color Harmonies of #AD4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D0F

Black with #AD4D0F

Text Example


Text Example

White with #AD4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D0F; }

 p { color: rgb(173,77,15); }

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

background-color css

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

 a { background-color: rgb(173,77,15); }

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

border-color css

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

 span { border-color: rgb(173,77,15); }

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