Html Css Color HEX #AD3C0B Rust

📋 copy color: '#AD3C0B'

red 173 ◦ green 60 ◦ blue 11

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

Shades of Rust #AD3C0B

Tints of Rust #AD3C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 70.9%
G = 24.59%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD3C0B (or 0xAD3C0B) is known color: Rust. HEX triplet: AD, 3C and 0B. RGB value is (173,60,11). Sum of RGB (Red+Green+Blue) = 173+60+11=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C0B is #52C3F4. Grayscale: #585858. Windows color (decimal): -5424117 or 736429. OLE color: 736429.

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

Color convert

RGB 173 60 11 -
CMYK 0 0.65 0.94 0.32
HSL 18.15º 0.88% 0.36% -
HSV(B) 18.15º 0.94% 0.68% -
XYZ 18.91 12.14 1.66 -
YUV 88.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 173 60 11 0 0.65 0.94 0.32 18.15 0.88 0.36
Hex AD 3C B 0 41 5E 20 12 58 24
Octal 255 74 13 0 101 136 40 22 130 44
Binary 10101101 111100 1011 0 1000001 1011110 100000 10010 1011000 100100

Color Harmonies of #AD3C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C0B

Black with #AD3C0B

Text Example


Text Example

White with #AD3C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C0B; }

 p { color: rgb(173,60,11); }

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

background-color css

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

 a { background-color: rgb(173,60,11); }

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

border-color css

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

 span { border-color: rgb(173,60,11); }

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