Html Css Color HEX #AD340A Rust

📋 copy color: '#AD340A'

red 173 ◦ green 52 ◦ blue 10

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

Shades of Rust #AD340A

Tints of Rust #AD340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 73.62%
G = 22.13%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD340A (or 0xAD340A) is known color: Rust. HEX triplet: AD, 34 and 0A. RGB value is (173,52,10). Sum of RGB (Red+Green+Blue) = 173+52+10=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD340A is #52CBF5. Grayscale: #535353. Windows color (decimal): -5426166 or 668845. OLE color: 668845.

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

Color convert

RGB 173 52 10 -
CMYK 0 0.70 0.94 0.32
HSL 15.46º 0.89% 0.36% -
HSV(B) 15.46º 0.94% 0.68% -
XYZ 18.52 11.36 1.5 -
YUV 83.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 173 52 10 0 0.70 0.94 0.32 15.46 0.89 0.36
Hex AD 34 A 0 46 5E 20 F 59 24
Octal 255 64 12 0 106 136 40 17 131 44
Binary 10101101 110100 1010 0 1000110 1011110 100000 1111 1011001 100100

Color Harmonies of #AD340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD340A

Black with #AD340A

Text Example


Text Example

White with #AD340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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