Html Css Color HEX #AD3C0E Rust

📋 copy color: '#AD3C0E'

red 173 ◦ green 60 ◦ blue 14

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

Shades of Rust #AD3C0E

Tints of Rust #AD3C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 70.04%
G = 24.29%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD3C0E (or 0xAD3C0E) is known color: Rust. HEX triplet: AD, 3C and 0E. RGB value is (173,60,14). Sum of RGB (Red+Green+Blue) = 173+60+14=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C0E is #52C3F1. Grayscale: #585858. Windows color (decimal): -5424114 or 933037. OLE color: 933037.

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

Color convert

RGB 173 60 14 -
CMYK 0 0.65 0.92 0.32
HSL 17.36º 0.85% 0.37% -
HSV(B) 17.36º 0.92% 0.68% -
XYZ 18.93 12.15 1.76 -
YUV 88.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 173 60 14 0 0.65 0.92 0.32 17.36 0.85 0.37
Hex AD 3C E 0 41 5C 20 11 55 25
Octal 255 74 16 0 101 134 40 21 125 45
Binary 10101101 111100 1110 0 1000001 1011100 100000 10001 1010101 100101

Color Harmonies of #AD3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C0E

Black with #AD3C0E

Text Example


Text Example

White with #AD3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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