Html Css Color HEX #AD3011 Rust

📋 copy color: '#AD3011'

red 173 ◦ green 48 ◦ blue 17

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

Shades of Rust #AD3011

Tints of Rust #AD3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 72.69%
G = 20.17%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3011 (or 0xAD3011) is known color: Rust. HEX triplet: AD, 30 and 11. RGB value is (173,48,17). Sum of RGB (Red+Green+Blue) = 173+48+17=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3011 is #52CFEE. Grayscale: #525252. Windows color (decimal): -5427183 or 1126573. OLE color: 1126573.

HSL color Cylindrical-coordinate representation of color #AD3011: hue angle of 11.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3011 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 17 -
CMYK 0 0.72 0.90 0.32
HSL 11.92º 0.82% 0.37% -
HSV(B) 11.92º 0.9% 0.68% -
XYZ 18.39 11.04 1.69 -
YUV 81.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 173 48 17 0 0.72 0.90 0.32 11.92 0.82 0.37
Hex AD 30 11 0 48 5A 20 C 52 25
Octal 255 60 21 0 110 132 40 14 122 45
Binary 10101101 110000 10001 0 1001000 1011010 100000 1100 1010010 100101

Color Harmonies of #AD3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3011

Black with #AD3011

Text Example


Text Example

White with #AD3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3011; }

 p { color: rgb(173,48,17); }

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

background-color css

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

 a { background-color: rgb(173,48,17); }

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

border-color css

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

 span { border-color: rgb(173,48,17); }

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