Html Css Color HEX #AD3A0D Rust

📋 copy color: '#AD3A0D'

red 173 ◦ green 58 ◦ blue 13

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

Shades of Rust #AD3A0D

Tints of Rust #AD3A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 70.9%
G = 23.77%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD3A0D (or 0xAD3A0D) is known color: Rust. HEX triplet: AD, 3A and 0D. RGB value is (173,58,13). Sum of RGB (Red+Green+Blue) = 173+58+13=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A0D is #52C5F2. Grayscale: #575757. Windows color (decimal): -5424627 or 866989. OLE color: 866989.

HSL color Cylindrical-coordinate representation of color #AD3A0D: hue angle of 16.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD3A0D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 13 -
CMYK 0 0.66 0.92 0.32
HSL 16.88º 0.86% 0.36% -
HSV(B) 16.88º 0.92% 0.68% -
XYZ 18.82 11.94 1.69 -
YUV 87.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 173 58 13 0 0.66 0.92 0.32 16.88 0.86 0.36
Hex AD 3A D 0 42 5C 20 11 56 24
Octal 255 72 15 0 102 134 40 21 126 44
Binary 10101101 111010 1101 0 1000010 1011100 100000 10001 1010110 100100

Color Harmonies of #AD3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A0D

Black with #AD3A0D

Text Example


Text Example

White with #AD3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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