Html Css Color HEX #AD510D Rust

📋 copy color: '#AD510D'

red 173 ◦ green 81 ◦ blue 13

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

Shades of Rust #AD510D

Tints of Rust #AD510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

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

R = 64.79%
G = 30.34%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD510D (or 0xAD510D) is known color: Rust. HEX triplet: AD, 51 and 0D. RGB value is (173,81,13). Sum of RGB (Red+Green+Blue) = 173+81+13=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD510D is #52AEF2. Grayscale: #656565. Windows color (decimal): -5418739 or 872877. OLE color: 872877.

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

Color convert

RGB 173 81 13 -
CMYK 0 0.53 0.92 0.32
HSL 25.5º 0.86% 0.36% -
HSV(B) 25.5º 0.92% 0.68% -
XYZ 20.25 14.8 2.17 -
YUV 100.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 173 81 13 0 0.53 0.92 0.32 25.5 0.86 0.36
Hex AD 51 D 0 35 5C 20 1A 56 24
Octal 255 121 15 0 65 134 40 32 126 44
Binary 10101101 1010001 1101 0 110101 1011100 100000 11010 1010110 100100

Color Harmonies of #AD510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD510D

Black with #AD510D

Text Example


Text Example

White with #AD510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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