Html Css Color HEX #AD481C Rust

📋 copy color: '#AD481C'

red 173 ◦ green 72 ◦ blue 28

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

Shades of Rust #AD481C

Tints of Rust #AD481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 63.37%
G = 26.37%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD481C (or 0xAD481C) is known color: Rust. HEX triplet: AD, 48 and 1C. RGB value is (173,72,28). Sum of RGB (Red+Green+Blue) = 173+72+28=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD481C is #52B7E3. Grayscale: #616161. Windows color (decimal): -5421028 or 1853613. OLE color: 1853613.

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

Color convert

RGB 173 72 28 -
CMYK 0 0.58 0.84 0.32
HSL 18.21º 0.72% 0.39% -
HSV(B) 18.21º 0.84% 0.68% -
XYZ 19.76 13.6 2.68 -
YUV 97.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 173 72 28 0 0.58 0.84 0.32 18.21 0.72 0.39
Hex AD 48 1C 0 3A 54 20 12 48 27
Octal 255 110 34 0 72 124 40 22 110 47
Binary 10101101 1001000 11100 0 111010 1010100 100000 10010 1001000 100111

Color Harmonies of #AD481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD481C

Black with #AD481C

Text Example


Text Example

White with #AD481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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