Html Css Color HEX #AD4400 Rust

📋 copy color: '#AD4400'

red 173 ◦ green 68 ◦ blue 0

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

Shades of Rust #AD4400

Tints of Rust #AD4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.78%
G = 28.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD4400 (or 0xAD4400) is known color: Rust. HEX triplet: AD, 44 and 00. RGB value is (173,68,0). Sum of RGB (Red+Green+Blue) = 173+68+0=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4400 is #52BBFF. Grayscale: #5C5C5C. Windows color (decimal): -5422080 or 17581. OLE color: 17581.

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

Color convert

RGB 173 68 0 -
CMYK 0 0.61 1 0.32
HSL 23.58º 1% 0.34% -
HSV(B) 23.58º 1% 0.68% -
XYZ 19.3 13.02 1.5 -
YUV 91.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 173 68 0 0 0.61 1 0.32 23.58 1 0.34
Hex AD 44 0 0 3D 64 20 18 64 22
Octal 255 104 0 0 75 144 40 30 144 42
Binary 10101101 1000100 0 0 111101 1100100 100000 11000 1100100 100010

Color Harmonies of #AD4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4400

Black with #AD4400

Text Example


Text Example

White with #AD4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4400; }

 p { color: rgb(173,68,0); }

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

background-color css

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

 a { background-color: rgb(173,68,0); }

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

border-color css

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

 span { border-color: rgb(173,68,0); }

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