Html Css Color HEX #AD480C Rust

📋 copy color: '#AD480C'

red 173 ◦ green 72 ◦ blue 12

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

Shades of Rust #AD480C

Tints of Rust #AD480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 67.32%
G = 28.02%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD480C (or 0xAD480C) is known color: Rust. HEX triplet: AD, 48 and 0C. RGB value is (173,72,12). Sum of RGB (Red+Green+Blue) = 173+72+12=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD480C is #52B7F3. Grayscale: #5F5F5F. Windows color (decimal): -5421044 or 805037. OLE color: 805037.

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

Color convert

RGB 173 72 12 -
CMYK 0 0.58 0.93 0.32
HSL 22.36º 0.87% 0.36% -
HSV(B) 22.36º 0.93% 0.68% -
XYZ 19.62 13.55 1.93 -
YUV 95.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 173 72 12 0 0.58 0.93 0.32 22.36 0.87 0.36
Hex AD 48 C 0 3A 5D 20 16 57 24
Octal 255 110 14 0 72 135 40 26 127 44
Binary 10101101 1001000 1100 0 111010 1011101 100000 10110 1010111 100100

Color Harmonies of #AD480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD480C

Black with #AD480C

Text Example


Text Example

White with #AD480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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