Html Css Color HEX #AD3511 Rust

📋 copy color: '#AD3511'

red 173 ◦ green 53 ◦ blue 17

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

Shades of Rust #AD3511

Tints of Rust #AD3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 71.19%
G = 21.81%
B = 7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3511 (or 0xAD3511) is known color: Rust. HEX triplet: AD, 35 and 11. RGB value is (173,53,17). Sum of RGB (Red+Green+Blue) = 173+53+17=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3511 is #52CAEE. Grayscale: #555555. Windows color (decimal): -5425903 or 1127853. OLE color: 1127853.

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

Color convert

RGB 173 53 17 -
CMYK 0 0.69 0.90 0.32
HSL 13.85º 0.82% 0.37% -
HSV(B) 13.85º 0.9% 0.68% -
XYZ 18.61 11.47 1.76 -
YUV 84.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 173 53 17 0 0.69 0.90 0.32 13.85 0.82 0.37
Hex AD 35 11 0 45 5A 20 E 52 25
Octal 255 65 21 0 105 132 40 16 122 45
Binary 10101101 110101 10001 0 1000101 1011010 100000 1110 1010010 100101

Color Harmonies of #AD3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3511

Black with #AD3511

Text Example


Text Example

White with #AD3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3511; }

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

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

background-color css

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

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

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

border-color css

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

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

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