Html Css Color HEX #A94E0D Rust

📋 copy color: '#A94E0D'

red 169 ◦ green 78 ◦ blue 13

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

Shades of Rust #A94E0D

Tints of Rust #A94E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

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

R = 65%
G = 30%
B = 5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A94E0D (or 0xA94E0D) is known color: Rust. HEX triplet: A9, 4E and 0D. RGB value is (169,78,13). Sum of RGB (Red+Green+Blue) = 169+78+13=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94E0D is #56B1F2. Grayscale: #626262. Windows color (decimal): -5681651 or 872105. OLE color: 872105.

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

Color convert

RGB 169 78 13 -
CMYK 0 0.54 0.92 0.34
HSL 25º 0.86% 0.36% -
HSV(B) 25º 0.92% 0.66% -
XYZ 19.16 13.91 2.06 -
YUV 97.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 169 78 13 0 0.54 0.92 0.34 25 0.86 0.36
Hex A9 4E D 0 36 5C 22 19 56 24
Octal 251 116 15 0 66 134 42 31 126 44
Binary 10101001 1001110 1101 0 110110 1011100 100010 11001 1010110 100100

Color Harmonies of #A94E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94E0D

Black with #A94E0D

Text Example


Text Example

White with #A94E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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