Html Css Color HEX #AD3C06 Rust

📋 copy color: '#AD3C06'

red 173 ◦ green 60 ◦ blue 6

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

Shades of Rust #AD3C06

Tints of Rust #AD3C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 72.38%
G = 25.1%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3C06 (or 0xAD3C06) is known color: Rust. HEX triplet: AD, 3C and 06. RGB value is (173,60,6). Sum of RGB (Red+Green+Blue) = 173+60+6=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C06 is #52C3F9. Grayscale: #575757. Windows color (decimal): -5424122 or 408749. OLE color: 408749.

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

Color convert

RGB 173 60 6 -
CMYK 0 0.65 0.97 0.32
HSL 19.4º 0.93% 0.35% -
HSV(B) 19.4º 0.97% 0.68% -
XYZ 18.88 12.13 1.52 -
YUV 87.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 173 60 6 0 0.65 0.97 0.32 19.4 0.93 0.35
Hex AD 3C 6 0 41 61 20 13 5D 23
Octal 255 74 6 0 101 141 40 23 135 43
Binary 10101101 111100 110 0 1000001 1100001 100000 10011 1011101 100011

Color Harmonies of #AD3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C06

Black with #AD3C06

Text Example


Text Example

White with #AD3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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