Html Css Color HEX #AD550D Rust

📋 copy color: '#AD550D'

red 173 ◦ green 85 ◦ blue 13

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

Shades of Rust #AD550D

Tints of Rust #AD550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

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

R = 63.84%
G = 31.37%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD550D (or 0xAD550D) is known color: Rust. HEX triplet: AD, 55 and 0D. RGB value is (173,85,13). Sum of RGB (Red+Green+Blue) = 173+85+13=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD550D is #52AAF2. Grayscale: #676767. Windows color (decimal): -5417715 or 873901. OLE color: 873901.

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

Color convert

RGB 173 85 13 -
CMYK 0 0.51 0.92 0.32
HSL 27º 0.86% 0.36% -
HSV(B) 27º 0.92% 0.68% -
XYZ 20.55 15.41 2.27 -
YUV 103.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 173 85 13 0 0.51 0.92 0.32 27 0.86 0.36
Hex AD 55 D 0 33 5C 20 1B 56 24
Octal 255 125 15 0 63 134 40 33 126 44
Binary 10101101 1010101 1101 0 110011 1011100 100000 11011 1010110 100100

Color Harmonies of #AD550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD550D

Black with #AD550D

Text Example


Text Example

White with #AD550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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