Html Css Color HEX #AD530D Rust

📋 copy color: '#AD530D'

red 173 ◦ green 83 ◦ blue 13

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

Shades of Rust #AD530D

Tints of Rust #AD530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 64.31%
G = 30.86%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD530D (or 0xAD530D) is known color: Rust. HEX triplet: AD, 53 and 0D. RGB value is (173,83,13). Sum of RGB (Red+Green+Blue) = 173+83+13=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD530D is #52ACF2. Grayscale: #666666. Windows color (decimal): -5418227 or 873389. OLE color: 873389.

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

Color convert

RGB 173 83 13 -
CMYK 0 0.52 0.92 0.32
HSL 26.25º 0.86% 0.36% -
HSV(B) 26.25º 0.92% 0.68% -
XYZ 20.4 15.1 2.22 -
YUV 101.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 173 83 13 0 0.52 0.92 0.32 26.25 0.86 0.36
Hex AD 53 D 0 34 5C 20 1A 56 24
Octal 255 123 15 0 64 134 40 32 126 44
Binary 10101101 1010011 1101 0 110100 1011100 100000 11010 1010110 100100

Color Harmonies of #AD530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD530D

Black with #AD530D

Text Example


Text Example

White with #AD530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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