Html Css Color HEX #AD480A Rust

📋 copy color: '#AD480A'

red 173 ◦ green 72 ◦ blue 10

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

Shades of Rust #AD480A

Tints of Rust #AD480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 67.84%
G = 28.24%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD480A (or 0xAD480A) is known color: Rust. HEX triplet: AD, 48 and 0A. RGB value is (173,72,10). Sum of RGB (Red+Green+Blue) = 173+72+10=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD480A is #52B7F5. Grayscale: #5F5F5F. Windows color (decimal): -5421046 or 673965. OLE color: 673965.

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

Color convert

RGB 173 72 10 -
CMYK 0 0.58 0.94 0.32
HSL 22.82º 0.89% 0.36% -
HSV(B) 22.82º 0.94% 0.68% -
XYZ 19.61 13.54 1.87 -
YUV 95.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 173 72 10 0 0.58 0.94 0.32 22.82 0.89 0.36
Hex AD 48 A 0 3A 5E 20 17 59 24
Octal 255 110 12 0 72 136 40 27 131 44
Binary 10101101 1001000 1010 0 111010 1011110 100000 10111 1011001 100100

Color Harmonies of #AD480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD480A

Black with #AD480A

Text Example


Text Example

White with #AD480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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