Html Css Color HEX #A9500D Rust

📋 copy color: '#A9500D'

red 169 ◦ green 80 ◦ blue 13

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

Shades of Rust #A9500D

Tints of Rust #A9500D

RGB

 RED value IS 169 (66.41% from 255) = 64.5%

 GREEN value IS 80 (31.64% from 255) = 30.53%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 64.5%
G = 30.53%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9500D (or 0xA9500D) is known color: Rust. HEX triplet: A9, 50 and 0D. RGB value is (169,80,13). Sum of RGB (Red+Green+Blue) = 169+80+13=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9500D is #56AFF2. Grayscale: #636363. Windows color (decimal): -5681139 or 872617. OLE color: 872617.

HSL color Cylindrical-coordinate representation of color #A9500D: hue angle of 25.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9500D is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 13 -
CMYK 0 0.53 0.92 0.34
HSL 25.77º 0.86% 0.36% -
HSV(B) 25.77º 0.92% 0.66% -
XYZ 19.3 14.2 2.1 -
YUV 98.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 169 80 13 0 0.53 0.92 0.34 25.77 0.86 0.36
Hex A9 50 D 0 35 5C 22 1A 56 24
Octal 251 120 15 0 65 134 42 32 126 44
Binary 10101001 1010000 1101 0 110101 1011100 100010 11010 1010110 100100

Color Harmonies of #A9500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9500D

Black with #A9500D

Text Example


Text Example

White with #A9500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9500D; }

 p { color: rgb(169,80,13); }

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

background-color css

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

 a { background-color: rgb(169,80,13); }

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

border-color css

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

 span { border-color: rgb(169,80,13); }

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