Html Css Color HEX #A94D0A Rust

📋 copy color: '#A94D0A'

red 169 ◦ green 77 ◦ blue 10

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

Shades of Rust #A94D0A

Tints of Rust #A94D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 66.02%
G = 30.08%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A94D0A (or 0xA94D0A) is known color: Rust. HEX triplet: A9, 4D and 0A. RGB value is (169,77,10). Sum of RGB (Red+Green+Blue) = 169+77+10=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94D0A is #56B2F5. Grayscale: #616161. Windows color (decimal): -5681910 or 675241. OLE color: 675241.

HSL color Cylindrical-coordinate representation of color #A94D0A: hue angle of 25.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A94D0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 77 10 -
CMYK 0 0.54 0.94 0.34
HSL 25.28º 0.89% 0.35% -
HSV(B) 25.28º 0.94% 0.66% -
XYZ 19.07 13.76 1.94 -
YUV 96.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 169 77 10 0 0.54 0.94 0.34 25.28 0.89 0.35
Hex A9 4D A 0 36 5E 22 19 59 23
Octal 251 115 12 0 66 136 42 31 131 43
Binary 10101001 1001101 1010 0 110110 1011110 100010 11001 1011001 100011

Color Harmonies of #A94D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94D0A

Black with #A94D0A

Text Example


Text Example

White with #A94D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94D0A; }

 p { color: rgb(169,77,10); }

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

background-color css

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

 a { background-color: rgb(169,77,10); }

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

border-color css

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

 span { border-color: rgb(169,77,10); }

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