Html Css Color HEX #AD460D Rust

📋 copy color: '#AD460D'

red 173 ◦ green 70 ◦ blue 13

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

Shades of Rust #AD460D

Tints of Rust #AD460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 67.58%
G = 27.34%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD460D (or 0xAD460D) is known color: Rust. HEX triplet: AD, 46 and 0D. RGB value is (173,70,13). Sum of RGB (Red+Green+Blue) = 173+70+13=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460D is #52B9F2. Grayscale: #5E5E5E. Windows color (decimal): -5421555 or 870061. OLE color: 870061.

HSL color Cylindrical-coordinate representation of color #AD460D: hue angle of 21.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD460D is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 13 -
CMYK 0 0.60 0.92 0.32
HSL 21.38º 0.86% 0.36% -
HSV(B) 21.38º 0.92% 0.68% -
XYZ 19.5 13.29 1.92 -
YUV 94.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 173 70 13 0 0.60 0.92 0.32 21.38 0.86 0.36
Hex AD 46 D 0 3C 5C 20 15 56 24
Octal 255 106 15 0 74 134 40 25 126 44
Binary 10101101 1000110 1101 0 111100 1011100 100000 10101 1010110 100100

Color Harmonies of #AD460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD460D

Black with #AD460D

Text Example


Text Example

White with #AD460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD460D; }

 p { color: rgb(173,70,13); }

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

background-color css

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

 a { background-color: rgb(173,70,13); }

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

border-color css

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

 span { border-color: rgb(173,70,13); }

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