Html Css Color HEX #AD450A Rust

📋 copy color: '#AD450A'

red 173 ◦ green 69 ◦ blue 10

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

Shades of Rust #AD450A

Tints of Rust #AD450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 68.65%
G = 27.38%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD450A (or 0xAD450A) is known color: Rust. HEX triplet: AD, 45 and 0A. RGB value is (173,69,10). Sum of RGB (Red+Green+Blue) = 173+69+10=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD450A is #52BAF5. Grayscale: #5D5D5D. Windows color (decimal): -5421814 or 673197. OLE color: 673197.

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

Color convert

RGB 173 69 10 -
CMYK 0 0.60 0.94 0.32
HSL 21.72º 0.89% 0.36% -
HSV(B) 21.72º 0.94% 0.68% -
XYZ 19.42 13.16 1.8 -
YUV 93.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 173 69 10 0 0.60 0.94 0.32 21.72 0.89 0.36
Hex AD 45 A 0 3C 5E 20 16 59 24
Octal 255 105 12 0 74 136 40 26 131 44
Binary 10101101 1000101 1010 0 111100 1011110 100000 10110 1011001 100100

Color Harmonies of #AD450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD450A

Black with #AD450A

Text Example


Text Example

White with #AD450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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