Html Css Color HEX #AD3100 Rust

📋 copy color: '#AD3100'

red 173 ◦ green 49 ◦ blue 0

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

Shades of Rust #AD3100

Tints of Rust #AD3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.93%
G = 22.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD3100 (or 0xAD3100) is known color: Rust. HEX triplet: AD, 31 and 00. RGB value is (173,49,0). Sum of RGB (Red+Green+Blue) = 173+49+0=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3100 is #52CEFF. Grayscale: #505050. Windows color (decimal): -5426944 or 12717. OLE color: 12717.

HSL color Cylindrical-coordinate representation of color #AD3100: hue angle of 16.99º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD3100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 0 -
CMYK 0 0.72 1 0.32
HSL 16.99º 1% 0.34% -
HSV(B) 16.99º 1% 0.68% -
XYZ 18.33 11.08 1.17 -
YUV 80.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 173 49 0 0 0.72 1 0.32 16.99 1 0.34
Hex AD 31 0 0 48 64 20 11 64 22
Octal 255 61 0 0 110 144 40 21 144 42
Binary 10101101 110001 0 0 1001000 1100100 100000 10001 1100100 100010

Color Harmonies of #AD3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3100

Black with #AD3100

Text Example


Text Example

White with #AD3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3100; }

 p { color: rgb(173,49,0); }

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

background-color css

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

 a { background-color: rgb(173,49,0); }

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

border-color css

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

 span { border-color: rgb(173,49,0); }

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