Html Css Color HEX #A9510E Rust

📋 copy color: '#A9510E'

red 169 ◦ green 81 ◦ blue 14

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

Shades of Rust #A9510E

Tints of Rust #A9510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 64.02%
G = 30.68%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9510E (or 0xA9510E) is known color: Rust. HEX triplet: A9, 51 and 0E. RGB value is (169,81,14). Sum of RGB (Red+Green+Blue) = 169+81+14=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9510E is #56AEF1. Grayscale: #646464. Windows color (decimal): -5680882 or 938409. OLE color: 938409.

HSL color Cylindrical-coordinate representation of color #A9510E: hue angle of 25.94º degrees, saturation: 0.85, 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 #A9510E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 81 14 -
CMYK 0 0.52 0.92 0.34
HSL 25.94º 0.85% 0.36% -
HSV(B) 25.94º 0.92% 0.66% -
XYZ 19.38 14.35 2.16 -
YUV 99.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 169 81 14 0 0.52 0.92 0.34 25.94 0.85 0.36
Hex A9 51 E 0 34 5C 22 1A 55 24
Octal 251 121 16 0 64 134 42 32 125 44
Binary 10101001 1010001 1110 0 110100 1011100 100010 11010 1010101 100100

Color Harmonies of #A9510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9510E

Black with #A9510E

Text Example


Text Example

White with #A9510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9510E; }

 p { color: rgb(169,81,14); }

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

background-color css

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

 a { background-color: rgb(169,81,14); }

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

border-color css

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

 span { border-color: rgb(169,81,14); }

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