Html Css Color HEX #AD4B0A Rust

📋 copy color: '#AD4B0A'

red 173 ◦ green 75 ◦ blue 10

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

Shades of Rust #AD4B0A

Tints of Rust #AD4B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 67.05%
G = 29.07%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD4B0A (or 0xAD4B0A) is known color: Rust. HEX triplet: AD, 4B and 0A. RGB value is (173,75,10). Sum of RGB (Red+Green+Blue) = 173+75+10=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B0A is #52B4F5. Grayscale: #616161. Windows color (decimal): -5420278 or 674733. OLE color: 674733.

HSL color Cylindrical-coordinate representation of color #AD4B0A: hue angle of 23.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD4B0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 75 10 -
CMYK 0 0.57 0.94 0.32
HSL 23.93º 0.89% 0.36% -
HSV(B) 23.93º 0.94% 0.68% -
XYZ 19.8 13.94 1.93 -
YUV 96.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 173 75 10 0 0.57 0.94 0.32 23.93 0.89 0.36
Hex AD 4B A 0 39 5E 20 18 59 24
Octal 255 113 12 0 71 136 40 30 131 44
Binary 10101101 1001011 1010 0 111001 1011110 100000 11000 1011001 100100

Color Harmonies of #AD4B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B0A

Black with #AD4B0A

Text Example


Text Example

White with #AD4B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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