Html Css Color HEX #AD4A0A Rust

📋 copy color: '#AD4A0A'

red 173 ◦ green 74 ◦ blue 10

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

Shades of Rust #AD4A0A

Tints of Rust #AD4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 67.32%
G = 28.79%
B = 3.89%

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

#AD4A0A (or 0xAD4A0A) is known color: Rust. HEX triplet: AD, 4A and 0A. RGB value is (173,74,10). Sum of RGB (Red+Green+Blue) = 173+74+10=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A0A is #52B5F5. Grayscale: #606060. Windows color (decimal): -5420534 or 674477. OLE color: 674477.

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

Color convert

RGB 173 74 10 -
CMYK 0 0.57 0.94 0.32
HSL 23.56º 0.89% 0.36% -
HSV(B) 23.56º 0.94% 0.68% -
XYZ 19.74 13.8 1.91 -
YUV 96.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 173 74 10 0 0.57 0.94 0.32 23.56 0.89 0.36
Hex AD 4A A 0 39 5E 20 18 59 24
Octal 255 112 12 0 71 136 40 30 131 44
Binary 10101101 1001010 1010 0 111001 1011110 100000 11000 1011001 100100

Color Harmonies of #AD4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A0A

Black with #AD4A0A

Text Example


Text Example

White with #AD4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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