Html Css Color HEX #A94F0C Rust

📋 copy color: '#A94F0C'

red 169 ◦ green 79 ◦ blue 12

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

Shades of Rust #A94F0C

Tints of Rust #A94F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 65%
G = 30.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A94F0C (or 0xA94F0C) is known color: Rust. HEX triplet: A9, 4F and 0C. RGB value is (169,79,12). Sum of RGB (Red+Green+Blue) = 169+79+12=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94F0C is #56B0F3. Grayscale: #626262. Windows color (decimal): -5681396 or 806825. OLE color: 806825.

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

Color convert

RGB 169 79 12 -
CMYK 0 0.53 0.93 0.34
HSL 25.61º 0.87% 0.35% -
HSV(B) 25.61º 0.93% 0.66% -
XYZ 19.22 14.05 2.05 -
YUV 98.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 169 79 12 0 0.53 0.93 0.34 25.61 0.87 0.35
Hex A9 4F C 0 35 5D 22 1A 57 23
Octal 251 117 14 0 65 135 42 32 127 43
Binary 10101001 1001111 1100 0 110101 1011101 100010 11010 1010111 100011

Color Harmonies of #A94F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94F0C

Black with #A94F0C

Text Example


Text Example

White with #A94F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94F0C; }

 p { color: rgb(169,79,12); }

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

background-color css

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

 a { background-color: rgb(169,79,12); }

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

border-color css

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

 span { border-color: rgb(169,79,12); }

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