Html Css Color HEX #AD3C11 Rust

📋 copy color: '#AD3C11'

red 173 ◦ green 60 ◦ blue 17

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

Shades of Rust #AD3C11

Tints of Rust #AD3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 69.2%
G = 24%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3C11 (or 0xAD3C11) is known color: Rust. HEX triplet: AD, 3C and 11. RGB value is (173,60,17). Sum of RGB (Red+Green+Blue) = 173+60+17=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C11 is #52C3EE. Grayscale: #595959. Windows color (decimal): -5424111 or 1129645. OLE color: 1129645.

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

Color convert

RGB 173 60 17 -
CMYK 0 0.65 0.90 0.32
HSL 16.54º 0.82% 0.37% -
HSV(B) 16.54º 0.9% 0.68% -
XYZ 18.95 12.16 1.88 -
YUV 88.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 173 60 17 0 0.65 0.90 0.32 16.54 0.82 0.37
Hex AD 3C 11 0 41 5A 20 11 52 25
Octal 255 74 21 0 101 132 40 21 122 45
Binary 10101101 111100 10001 0 1000001 1011010 100000 10001 1010010 100101

Color Harmonies of #AD3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C11

Black with #AD3C11

Text Example


Text Example

White with #AD3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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