Html Css Color HEX #AD3A11 Rust

📋 copy color: '#AD3A11'

red 173 ◦ green 58 ◦ blue 17

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

Shades of Rust #AD3A11

Tints of Rust #AD3A11

RGB

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

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

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

R = 69.76%
G = 23.39%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3A11 (or 0xAD3A11) is known color: Rust. HEX triplet: AD, 3A and 11. RGB value is (173,58,17). Sum of RGB (Red+Green+Blue) = 173+58+17=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A11 is #52C5EE. Grayscale: #575757. Windows color (decimal): -5424623 or 1129133. OLE color: 1129133.

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

Color convert

RGB 173 58 17 -
CMYK 0 0.66 0.90 0.32
HSL 15.77º 0.82% 0.37% -
HSV(B) 15.77º 0.9% 0.68% -
XYZ 18.85 11.95 1.84 -
YUV 87.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 173 58 17 0 0.66 0.90 0.32 15.77 0.82 0.37
Hex AD 3A 11 0 42 5A 20 10 52 25
Octal 255 72 21 0 102 132 40 20 122 45
Binary 10101101 111010 10001 0 1000010 1011010 100000 10000 1010010 100101

Color Harmonies of #AD3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A11

Black with #AD3A11

Text Example


Text Example

White with #AD3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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