Html Css Color HEX #AD4101 Rust

📋 copy color: '#AD4101'

red 173 ◦ green 65 ◦ blue 1

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

Shades of Rust #AD4101

Tints of Rust #AD4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

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

R = 72.38%
G = 27.2%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4101 (or 0xAD4101) is known color: Rust. HEX triplet: AD, 41 and 01. RGB value is (173,65,1). Sum of RGB (Red+Green+Blue) = 173+65+1=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4101 is #52BEFE. Grayscale: #5A5A5A. Windows color (decimal): -5422847 or 82349. OLE color: 82349.

HSL color Cylindrical-coordinate representation of color #AD4101: hue angle of 22.33º 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 #AD4101 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 1 -
CMYK 0 0.62 0.99 0.32
HSL 22.33º 0.99% 0.34% -
HSV(B) 22.33º 0.99% 0.68% -
XYZ 19.13 12.67 1.47 -
YUV 90 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 173 65 1 0 0.62 0.99 0.32 22.33 0.99 0.34
Hex AD 41 1 0 3E 63 20 16 63 22
Octal 255 101 1 0 76 143 40 26 143 42
Binary 10101101 1000001 1 0 111110 1100011 100000 10110 1100011 100010

Color Harmonies of #AD4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4101

Black with #AD4101

Text Example


Text Example

White with #AD4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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