Html Css Color HEX #AD3F11 Rust

📋 copy color: '#AD3F11'

red 173 ◦ green 63 ◦ blue 17

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

Shades of Rust #AD3F11

Tints of Rust #AD3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 68.38%
G = 24.9%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3F11 (or 0xAD3F11) is known color: Rust. HEX triplet: AD, 3F and 11. RGB value is (173,63,17). Sum of RGB (Red+Green+Blue) = 173+63+17=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F11 is #52C0EE. Grayscale: #5A5A5A. Windows color (decimal): -5423343 or 1130413. OLE color: 1130413.

HSL color Cylindrical-coordinate representation of color #AD3F11: hue angle of 17.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3F11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 63 17 -
CMYK 0 0.64 0.90 0.32
HSL 17.69º 0.82% 0.37% -
HSV(B) 17.69º 0.9% 0.68% -
XYZ 19.11 12.48 1.93 -
YUV 90.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 173 63 17 0 0.64 0.90 0.32 17.69 0.82 0.37
Hex AD 3F 11 0 40 5A 20 12 52 25
Octal 255 77 21 0 100 132 40 22 122 45
Binary 10101101 111111 10001 0 1000000 1011010 100000 10010 1010010 100101

Color Harmonies of #AD3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F11

Black with #AD3F11

Text Example


Text Example

White with #AD3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F11; }

 p { color: rgb(173,63,17); }

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

background-color css

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

 a { background-color: rgb(173,63,17); }

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

border-color css

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

 span { border-color: rgb(173,63,17); }

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