Html Css Color HEX #AD320F Rust

📋 copy color: '#AD320F'

red 173 ◦ green 50 ◦ blue 15

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

Shades of Rust #AD320F

Tints of Rust #AD320F

RGB

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

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

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

R = 72.69%
G = 21.01%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD320F (or 0xAD320F) is known color: Rust. HEX triplet: AD, 32 and 0F. RGB value is (173,50,15). Sum of RGB (Red+Green+Blue) = 173+50+15=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD320F is #52CDF0. Grayscale: #535353. Windows color (decimal): -5426673 or 996013. OLE color: 996013.

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

Color convert

RGB 173 50 15 -
CMYK 0 0.71 0.91 0.32
HSL 13.29º 0.84% 0.37% -
HSV(B) 13.29º 0.91% 0.68% -
XYZ 18.46 11.2 1.64 -
YUV 82.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 173 50 15 0 0.71 0.91 0.32 13.29 0.84 0.37
Hex AD 32 F 0 47 5B 20 D 54 25
Octal 255 62 17 0 107 133 40 15 124 45
Binary 10101101 110010 1111 0 1000111 1011011 100000 1101 1010100 100101

Color Harmonies of #AD320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD320F

Black with #AD320F

Text Example


Text Example

White with #AD320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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