Html Css Color HEX #AD3205 Rust

📋 copy color: '#AD3205'

red 173 ◦ green 50 ◦ blue 5

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

Shades of Rust #AD3205

Tints of Rust #AD3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 75.88%
G = 21.93%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3205 (or 0xAD3205) is known color: Rust. HEX triplet: AD, 32 and 05. RGB value is (173,50,5). Sum of RGB (Red+Green+Blue) = 173+50+5=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3205 is #52CDFA. Grayscale: #515151. Windows color (decimal): -5426683 or 340653. OLE color: 340653.

HSL color Cylindrical-coordinate representation of color #AD3205: hue angle of 16.07º degrees, saturation: 0.94, 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 #AD3205 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 5 -
CMYK 0 0.71 0.97 0.32
HSL 16.07º 0.94% 0.35% -
HSV(B) 16.07º 0.97% 0.68% -
XYZ 18.4 11.18 1.33 -
YUV 81.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 173 50 5 0 0.71 0.97 0.32 16.07 0.94 0.35
Hex AD 32 5 0 47 61 20 10 5E 23
Octal 255 62 5 0 107 141 40 20 136 43
Binary 10101101 110010 101 0 1000111 1100001 100000 10000 1011110 100011

Color Harmonies of #AD3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3205

Black with #AD3205

Text Example


Text Example

White with #AD3205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3205; }

 p { color: rgb(173,50,5); }

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

background-color css

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

 a { background-color: rgb(173,50,5); }

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

border-color css

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

 span { border-color: rgb(173,50,5); }

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