Html Css Color HEX #AD4B00 Rust

📋 copy color: '#AD4B00'

red 173 ◦ green 75 ◦ blue 0

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

Shades of Rust #AD4B00

Tints of Rust #AD4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.24%

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

R = 69.76%
G = 30.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD4B00 (or 0xAD4B00) is known color: Rust. HEX triplet: AD, 4B and 00. RGB value is (173,75,0). Sum of RGB (Red+Green+Blue) = 173+75+0=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B00 is #52B4FF. Grayscale: #606060. Windows color (decimal): -5420288 or 19373. OLE color: 19373.

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

Color convert

RGB 173 75 0 -
CMYK 0 0.57 1 0.32
HSL 26.01º 1% 0.34% -
HSV(B) 26.01º 1% 0.68% -
XYZ 19.75 13.92 1.65 -
YUV 95.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 173 75 0 0 0.57 1 0.32 26.01 1 0.34
Hex AD 4B 0 0 39 64 20 1A 64 22
Octal 255 113 0 0 71 144 40 32 144 42
Binary 10101101 1001011 0 0 111001 1100100 100000 11010 1100100 100010

Color Harmonies of #AD4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B00

Black with #AD4B00

Text Example


Text Example

White with #AD4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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