Html Css Color HEX #AD3A06 Rust

📋 copy color: '#AD3A06'

red 173 ◦ green 58 ◦ blue 6

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

Shades of Rust #AD3A06

Tints of Rust #AD3A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 73%
G = 24.47%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3A06 (or 0xAD3A06) is known color: Rust. HEX triplet: AD, 3A and 06. RGB value is (173,58,6). Sum of RGB (Red+Green+Blue) = 173+58+6=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A06 is #52C5F9. Grayscale: #565656. Windows color (decimal): -5424634 or 408237. OLE color: 408237.

HSL color Cylindrical-coordinate representation of color #AD3A06: hue angle of 18.68º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD3A06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 6 -
CMYK 0 0.66 0.97 0.32
HSL 18.68º 0.93% 0.35% -
HSV(B) 18.68º 0.97% 0.68% -
XYZ 18.78 11.92 1.48 -
YUV 86.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 173 58 6 0 0.66 0.97 0.32 18.68 0.93 0.35
Hex AD 3A 6 0 42 61 20 13 5D 23
Octal 255 72 6 0 102 141 40 23 135 43
Binary 10101101 111010 110 0 1000010 1100001 100000 10011 1011101 100011

Color Harmonies of #AD3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A06

Black with #AD3A06

Text Example


Text Example

White with #AD3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A06; }

 p { color: rgb(173,58,6); }

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

background-color css

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

 a { background-color: rgb(173,58,6); }

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

border-color css

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

 span { border-color: rgb(173,58,6); }

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