Html Css Color HEX #AD320A Rust

📋 copy color: '#AD320A'

red 173 ◦ green 50 ◦ blue 10

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

Shades of Rust #AD320A

Tints of Rust #AD320A

RGB

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

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

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

R = 74.25%
G = 21.46%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD320A (or 0xAD320A) is known color: Rust. HEX triplet: AD, 32 and 0A. RGB value is (173,50,10). Sum of RGB (Red+Green+Blue) = 173+50+10=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD320A is #52CDF5. Grayscale: #525252. Windows color (decimal): -5426678 or 668333. OLE color: 668333.

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

Color convert

RGB 173 50 10 -
CMYK 0 0.71 0.94 0.32
HSL 14.72º 0.89% 0.36% -
HSV(B) 14.72º 0.94% 0.68% -
XYZ 18.43 11.19 1.48 -
YUV 82.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 173 50 10 0 0.71 0.94 0.32 14.72 0.89 0.36
Hex AD 32 A 0 47 5E 20 F 59 24
Octal 255 62 12 0 107 136 40 17 131 44
Binary 10101101 110010 1010 0 1000111 1011110 100000 1111 1011001 100100

Color Harmonies of #AD320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD320A

Black with #AD320A

Text Example


Text Example

White with #AD320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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