Html Css Color HEX #AD3013 Rust

📋 copy color: '#AD3013'

red 173 ◦ green 48 ◦ blue 19

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

Shades of Rust #AD3013

Tints of Rust #AD3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 72.08%
G = 20%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD3013 (or 0xAD3013) is known color: Rust. HEX triplet: AD, 30 and 13. RGB value is (173,48,19). Sum of RGB (Red+Green+Blue) = 173+48+19=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3013 is #52CFEC. Grayscale: #525252. Windows color (decimal): -5427181 or 1257645. OLE color: 1257645.

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

Color convert

RGB 173 48 19 -
CMYK 0 0.72 0.89 0.32
HSL 11.3º 0.8% 0.38% -
HSV(B) 11.3º 0.89% 0.68% -
XYZ 18.41 11.05 1.78 -
YUV 82.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 173 48 19 0 0.72 0.89 0.32 11.3 0.8 0.38
Hex AD 30 13 0 48 59 20 B 50 26
Octal 255 60 23 0 110 131 40 13 120 46
Binary 10101101 110000 10011 0 1001000 1011001 100000 1011 1010000 100110

Color Harmonies of #AD3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3013

Black with #AD3013

Text Example


Text Example

White with #AD3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3013; }

 p { color: rgb(173,48,19); }

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

background-color css

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

 a { background-color: rgb(173,48,19); }

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

border-color css

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

 span { border-color: rgb(173,48,19); }

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