Html Css Color HEX #AD340F Rust

📋 copy color: '#AD340F'

red 173 ◦ green 52 ◦ blue 15

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

Shades of Rust #AD340F

Tints of Rust #AD340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 72.08%
G = 21.67%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD340F (or 0xAD340F) is known color: Rust. HEX triplet: AD, 34 and 0F. RGB value is (173,52,15). Sum of RGB (Red+Green+Blue) = 173+52+15=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD340F is #52CBF0. Grayscale: #545454. Windows color (decimal): -5426161 or 996525. OLE color: 996525.

HSL color Cylindrical-coordinate representation of color #AD340F: hue angle of 14.05º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD340F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 15 -
CMYK 0 0.70 0.91 0.32
HSL 14.05º 0.84% 0.37% -
HSV(B) 14.05º 0.91% 0.68% -
XYZ 18.55 11.37 1.67 -
YUV 83.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 173 52 15 0 0.70 0.91 0.32 14.05 0.84 0.37
Hex AD 34 F 0 46 5B 20 E 54 25
Octal 255 64 17 0 106 133 40 16 124 45
Binary 10101101 110100 1111 0 1000110 1011011 100000 1110 1010100 100101

Color Harmonies of #AD340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD340F

Black with #AD340F

Text Example


Text Example

White with #AD340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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