Html Css Color HEX #AD3E11 Rust

📋 copy color: '#AD3E11'

red 173 ◦ green 62 ◦ blue 17

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

Shades of Rust #AD3E11

Tints of Rust #AD3E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

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

R = 68.65%
G = 24.6%
B = 6.75%

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

#AD3E11 (or 0xAD3E11) is known color: Rust. HEX triplet: AD, 3E and 11. RGB value is (173,62,17). Sum of RGB (Red+Green+Blue) = 173+62+17=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E11 is #52C1EE. Grayscale: #5A5A5A. Windows color (decimal): -5423599 or 1130157. OLE color: 1130157.

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

Color convert

RGB 173 62 17 -
CMYK 0 0.64 0.90 0.32
HSL 17.31º 0.82% 0.37% -
HSV(B) 17.31º 0.9% 0.68% -
XYZ 19.06 12.37 1.91 -
YUV 90.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 173 62 17 0 0.64 0.90 0.32 17.31 0.82 0.37
Hex AD 3E 11 0 40 5A 20 11 52 25
Octal 255 76 21 0 100 132 40 21 122 45
Binary 10101101 111110 10001 0 1000000 1011010 100000 10001 1010010 100101

Color Harmonies of #AD3E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E11

Black with #AD3E11

Text Example


Text Example

White with #AD3E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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