Html Css Color HEX #AD3D1E Rust

📋 copy color: '#AD3D1E'

red 173 ◦ green 61 ◦ blue 30

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

Shades of Rust #AD3D1E

Tints of Rust #AD3D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 65.53%
G = 23.11%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD3D1E (or 0xAD3D1E) is known color: Rust. HEX triplet: AD, 3D and 1E. RGB value is (173,61,30). Sum of RGB (Red+Green+Blue) = 173+61+30=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D1E is #52C2E1. Grayscale: #5B5B5B. Windows color (decimal): -5423842 or 1981869. OLE color: 1981869.

HSL color Cylindrical-coordinate representation of color #AD3D1E: hue angle of 13.01º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD3D1E is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 30 -
CMYK 0 0.65 0.83 0.32
HSL 13.01º 0.7% 0.4% -
HSV(B) 13.01º 0.83% 0.68% -
XYZ 19.14 12.32 2.6 -
YUV 90.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 173 61 30 0 0.65 0.83 0.32 13.01 0.7 0.4
Hex AD 3D 1E 0 41 53 20 D 46 28
Octal 255 75 36 0 101 123 40 15 106 50
Binary 10101101 111101 11110 0 1000001 1010011 100000 1101 1000110 101000

Color Harmonies of #AD3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D1E

Black with #AD3D1E

Text Example


Text Example

White with #AD3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D1E; }

 p { color: rgb(173,61,30); }

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

background-color css

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

 a { background-color: rgb(173,61,30); }

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

border-color css

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

 span { border-color: rgb(173,61,30); }

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