Html Css Color HEX #AD3512 Rust

📋 copy color: '#AD3512'

red 173 ◦ green 53 ◦ blue 18

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

Shades of Rust #AD3512

Tints of Rust #AD3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 70.9%
G = 21.72%
B = 7.38%

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

#AD3512 (or 0xAD3512) is known color: Rust. HEX triplet: AD, 35 and 12. RGB value is (173,53,18). Sum of RGB (Red+Green+Blue) = 173+53+18=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3512 is #52CAED. Grayscale: #555555. Windows color (decimal): -5425902 or 1193389. OLE color: 1193389.

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

Color convert

RGB 173 53 18 -
CMYK 0 0.69 0.90 0.32
HSL 13.55º 0.81% 0.37% -
HSV(B) 13.55º 0.9% 0.68% -
XYZ 18.62 11.47 1.81 -
YUV 84.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 173 53 18 0 0.69 0.90 0.32 13.55 0.81 0.37
Hex AD 35 12 0 45 5A 20 E 51 25
Octal 255 65 22 0 105 132 40 16 121 45
Binary 10101101 110101 10010 0 1000101 1011010 100000 1110 1010001 100101

Color Harmonies of #AD3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3512

Black with #AD3512

Text Example


Text Example

White with #AD3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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