Html Css Color HEX #AD3201 Rust

📋 copy color: '#AD3201'

red 173 ◦ green 50 ◦ blue 1

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

Shades of Rust #AD3201

Tints of Rust #AD3201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 77.23%
G = 22.32%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3201 (or 0xAD3201) is known color: Rust. HEX triplet: AD, 32 and 01. RGB value is (173,50,1). Sum of RGB (Red+Green+Blue) = 173+50+1=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3201 is #52CDFE. Grayscale: #515151. Windows color (decimal): -5426687 or 78509. OLE color: 78509.

HSL color Cylindrical-coordinate representation of color #AD3201: hue angle of 17.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3201 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 1 -
CMYK 0 0.71 0.99 0.32
HSL 17.09º 0.99% 0.34% -
HSV(B) 17.09º 0.99% 0.68% -
XYZ 18.38 11.17 1.22 -
YUV 81.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 173 50 1 0 0.71 0.99 0.32 17.09 0.99 0.34
Hex AD 32 1 0 47 63 20 11 63 22
Octal 255 62 1 0 107 143 40 21 143 42
Binary 10101101 110010 1 0 1000111 1100011 100000 10001 1100011 100010

Color Harmonies of #AD3201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3201

Black with #AD3201

Text Example


Text Example

White with #AD3201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3201; }

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

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

background-color css

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

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

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

border-color css

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

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

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