Html Css Color HEX #AD480D Rust

📋 copy color: '#AD480D'

red 173 ◦ green 72 ◦ blue 13

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

Shades of Rust #AD480D

Tints of Rust #AD480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 67.05%
G = 27.91%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD480D (or 0xAD480D) is known color: Rust. HEX triplet: AD, 48 and 0D. RGB value is (173,72,13). Sum of RGB (Red+Green+Blue) = 173+72+13=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD480D is #52B7F2. Grayscale: #5F5F5F. Windows color (decimal): -5421043 or 870573. OLE color: 870573.

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

Color convert

RGB 173 72 13 -
CMYK 0 0.58 0.92 0.32
HSL 22.13º 0.86% 0.36% -
HSV(B) 22.13º 0.92% 0.68% -
XYZ 19.62 13.55 1.96 -
YUV 95.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 173 72 13 0 0.58 0.92 0.32 22.13 0.86 0.36
Hex AD 48 D 0 3A 5C 20 16 56 24
Octal 255 110 15 0 72 134 40 26 126 44
Binary 10101101 1001000 1101 0 111010 1011100 100000 10110 1010110 100100

Color Harmonies of #AD480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD480D

Black with #AD480D

Text Example


Text Example

White with #AD480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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