Html Css Color HEX #AD320D Rust

📋 copy color: '#AD320D'

red 173 ◦ green 50 ◦ blue 13

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

Shades of Rust #AD320D

Tints of Rust #AD320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 73.31%
G = 21.19%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD320D (or 0xAD320D) is known color: Rust. HEX triplet: AD, 32 and 0D. RGB value is (173,50,13). Sum of RGB (Red+Green+Blue) = 173+50+13=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD320D is #52CDF2. Grayscale: #525252. Windows color (decimal): -5426675 or 864941. OLE color: 864941.

HSL color Cylindrical-coordinate representation of color #AD320D: hue angle of 13.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 #AD320D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 13 -
CMYK 0 0.71 0.92 0.32
HSL 13.88º 0.86% 0.36% -
HSV(B) 13.88º 0.92% 0.68% -
XYZ 18.45 11.19 1.57 -
YUV 82.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 173 50 13 0 0.71 0.92 0.32 13.88 0.86 0.36
Hex AD 32 D 0 47 5C 20 E 56 24
Octal 255 62 15 0 107 134 40 16 126 44
Binary 10101101 110010 1101 0 1000111 1011100 100000 1110 1010110 100100

Color Harmonies of #AD320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD320D

Black with #AD320D

Text Example


Text Example

White with #AD320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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