Html Css Color HEX #A94C0C Rust

📋 copy color: '#A94C0C'

red 169 ◦ green 76 ◦ blue 12

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

Shades of Rust #A94C0C

Tints of Rust #A94C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

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

R = 65.76%
G = 29.57%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A94C0C (or 0xA94C0C) is known color: Rust. HEX triplet: A9, 4C and 0C. RGB value is (169,76,12). Sum of RGB (Red+Green+Blue) = 169+76+12=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C0C is #56B3F3. Grayscale: #606060. Windows color (decimal): -5682164 or 806057. OLE color: 806057.

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

Color convert

RGB 169 76 12 -
CMYK 0 0.55 0.93 0.34
HSL 24.46º 0.87% 0.35% -
HSV(B) 24.46º 0.93% 0.66% -
XYZ 19.01 13.63 1.98 -
YUV 96.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 169 76 12 0 0.55 0.93 0.34 24.46 0.87 0.35
Hex A9 4C C 0 37 5D 22 18 57 23
Octal 251 114 14 0 67 135 42 30 127 43
Binary 10101001 1001100 1100 0 110111 1011101 100010 11000 1010111 100011

Color Harmonies of #A94C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C0C

Black with #A94C0C

Text Example


Text Example

White with #A94C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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