Html Css Color HEX #AD340D Rust

📋 copy color: '#AD340D'

red 173 ◦ green 52 ◦ blue 13

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

Shades of Rust #AD340D

Tints of Rust #AD340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 72.69%
G = 21.85%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD340D (or 0xAD340D) is known color: Rust. HEX triplet: AD, 34 and 0D. RGB value is (173,52,13). Sum of RGB (Red+Green+Blue) = 173+52+13=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD340D is #52CBF2. Grayscale: #545454. Windows color (decimal): -5426163 or 865453. OLE color: 865453.

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

Color convert

RGB 173 52 13 -
CMYK 0 0.70 0.92 0.32
HSL 14.63º 0.86% 0.36% -
HSV(B) 14.63º 0.92% 0.68% -
XYZ 18.53 11.37 1.6 -
YUV 83.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 173 52 13 0 0.70 0.92 0.32 14.63 0.86 0.36
Hex AD 34 D 0 46 5C 20 F 56 24
Octal 255 64 15 0 106 134 40 17 126 44
Binary 10101101 110100 1101 0 1000110 1011100 100000 1111 1010110 100100

Color Harmonies of #AD340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD340D

Black with #AD340D

Text Example


Text Example

White with #AD340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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