Html Css Color HEX #AD410A Rust

📋 copy color: '#AD410A'

red 173 ◦ green 65 ◦ blue 10

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

Shades of Rust #AD410A

Tints of Rust #AD410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 69.76%
G = 26.21%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD410A (or 0xAD410A) is known color: Rust. HEX triplet: AD, 41 and 0A. RGB value is (173,65,10). Sum of RGB (Red+Green+Blue) = 173+65+10=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD410A is #52BEF5. Grayscale: #5B5B5B. Windows color (decimal): -5422838 or 672173. OLE color: 672173.

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

Color convert

RGB 173 65 10 -
CMYK 0 0.62 0.94 0.32
HSL 20.25º 0.89% 0.36% -
HSV(B) 20.25º 0.94% 0.68% -
XYZ 19.18 12.69 1.73 -
YUV 91.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 173 65 10 0 0.62 0.94 0.32 20.25 0.89 0.36
Hex AD 41 A 0 3E 5E 20 14 59 24
Octal 255 101 12 0 76 136 40 24 131 44
Binary 10101101 1000001 1010 0 111110 1011110 100000 10100 1011001 100100

Color Harmonies of #AD410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD410A

Black with #AD410A

Text Example


Text Example

White with #AD410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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